mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-17 09:21:41 +08:00
Update import
This commit is contained in:
@@ -112,7 +112,7 @@ namespace vl
|
||||
DateTime
|
||||
***********************************************************************/
|
||||
|
||||
class WindowsDateTimeImpl : public Object, public virtual IDateTimeImpl
|
||||
class WindowsDateTimeImpl : public feature_injection::FeatureImpl<IDateTimeImpl>
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -234,10 +234,9 @@ DateTime
|
||||
}
|
||||
};
|
||||
|
||||
WindowsDateTimeImpl osDateTimeImpl;
|
||||
|
||||
IDateTimeImpl* GetOSDateTimeImpl()
|
||||
{
|
||||
static WindowsDateTimeImpl osDateTimeImpl;
|
||||
return &osDateTimeImpl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user