Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2013, 6:08:42 PM (11 years ago)
Author:
landauf
Message:

moved static functions from Identifier.cc/h to IdentifierManager.cc/h (still static though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/Core.cc

    r9563 r9564  
    198198        // creates the class hierarchy for all classes with factories
    199199        orxout(internal_info) << "creating class hierarchy" << endl;
    200         Identifier::createClassHierarchy();
     200        IdentifierManager::createClassHierarchy();
    201201
    202202        // Load OGRE excluding the renderer and the render window
     
    248248        safeObjectDelete(&configFileManager_);
    249249        ConsoleCommand::destroyAll();
    250         Identifier::destroyAllIdentifiers();
     250        IdentifierManager::destroyAllIdentifiers();
    251251        safeObjectDelete(&signalHandler_);
    252252        safeObjectDelete(&dynLibManager_);
Note: See TracChangeset for help on using the changeset viewer.