|
|
@ -72,9 +72,6 @@ INelContext::~INelContext()
|
|
|
|
|
|
|
|
|
|
|
|
CInstanceCounterLocalManager::releaseInstance();
|
|
|
|
CInstanceCounterLocalManager::releaseInstance();
|
|
|
|
|
|
|
|
|
|
|
|
// uninit some systems stuff
|
|
|
|
|
|
|
|
CSystemUtils::uninit();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_NelContext = NULL;
|
|
|
|
_NelContext = NULL;
|
|
|
|
*(_getInstance()) = NULL;
|
|
|
|
*(_getInstance()) = NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -94,9 +91,6 @@ void INelContext::contextReady()
|
|
|
|
// set numeric locale to C to avoid the use of decimal separators different of a dot
|
|
|
|
// set numeric locale to C to avoid the use of decimal separators different of a dot
|
|
|
|
char *locale = setlocale(LC_NUMERIC, "C");
|
|
|
|
char *locale = setlocale(LC_NUMERIC, "C");
|
|
|
|
|
|
|
|
|
|
|
|
// init some systems stuff
|
|
|
|
|
|
|
|
CSystemUtils::init();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// register any pending thinks
|
|
|
|
// register any pending thinks
|
|
|
|
|
|
|
|
|
|
|
|
// register local instance counter in the global instance counter manager
|
|
|
|
// register local instance counter in the global instance counter manager
|
|
|
|