Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 2:45:20 PM (9 years ago)
Author:
landauf
Message:

statically initialized instances may contain a type. currently not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/test/core/object/ClassFactoryTest.cc

    r10481 r10530  
    1616                {
    1717                    Context::setRootContext(new Context(NULL));
    18                     ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     18                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0);
    1919                }
    2020
    2121                virtual void TearDown()
    2222                {
    23                     ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
     23                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0);
    2424                    Context::setRootContext(NULL);
    2525                }
Note: See TracChangeset for help on using the changeset viewer.