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/singleton/ScopeTest.cc

    r10464 r10530  
    2727                virtual void SetUp()
    2828                {
    29                     ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     29                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0);
    3030                }
    3131
    3232                virtual void TearDown()
    3333                {
    34                     ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
     34                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0);
    3535                }
    3636        };
Note: See TracChangeset for help on using the changeset viewer.