- added to FunctionBase: bool register_default_models (default true)
if true then winix will add default models for ezc templates such as "request", "item", etc. - some methods from templates/item.cpp moved to Item
This commit is contained in:
@@ -107,7 +107,8 @@ void ThreadManager::Add(BaseThread * pbase, const wchar_t * thread_name)
|
||||
data.model_connector.set_winix_session(nullptr);
|
||||
data.model_connector.set_winix_locale(nullptr); // null for a moment, may will be changed
|
||||
data.model_connector.set_winix_session_manager(nullptr);// null for a moment, may will be changed
|
||||
data.model_connector.set_winix_time_zones(nullptr);// null for a moment, may will be changed
|
||||
data.model_connector.set_winix_time_zones(nullptr); // null for a moment, may will be changed
|
||||
data.model_connector.set_winix_pattern_cacher(nullptr); // null for a moment, may will be changed
|
||||
|
||||
item.object->set_model_connector(&data.model_connector);
|
||||
|
||||
|
Reference in New Issue
Block a user