Update import

This commit is contained in:
vczh
2025-09-22 06:23:15 -07:00
parent 17d9a1b18b
commit 2f7b3389e0
29 changed files with 5175 additions and 5346 deletions
+2 -3
View File
@@ -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;
}
}