Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 9:07:38 PM (11 years ago)
Author:
landauf
Message:

made IdentifierManager a self-initializing singleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/test/core/class/SuperTest.cc

    r9638 r9640  
    6969    {
    7070        TestSubclass test;
    71         IdentifierManager::createClassHierarchy();
     71        IdentifierManager::getInstance().createClassHierarchy();
    7272
    7373        EXPECT_FALSE(test.changedNameBase_);
     
    8383    {
    8484        TestSubclass test;
    85         IdentifierManager::createClassHierarchy();
     85        IdentifierManager::getInstance().createClassHierarchy();
    8686
    8787        EXPECT_FALSE(test.xmlPortBase_);
Note: See TracChangeset for help on using the changeset viewer.