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/ListableTest.cc

    r10481 r10530  
    4040                {
    4141                    Context::setRootContext(new Context(NULL));
    42                     ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     42                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0);
    4343                }
    4444
    4545                virtual void TearDown()
    4646                {
    47                     ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
     47                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0);
    4848                    Context::setRootContext(NULL);
    4949                }
Note: See TracChangeset for help on using the changeset viewer.