Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2015, 4:38:45 PM (10 years ago)
Author:
landauf
Message:

use CoreStaticInitializationHandler to initialize core instances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/module/StaticInitializationManager.h

    r10531 r10532  
    4949            void removeHandler(StaticInitializationHandler* handler);
    5050
     51            void loadModule(ModuleInstance* module);
     52            void unloadModule(ModuleInstance* module);
     53
    5154        private:
    52             void addCoreHandler();
    53 
    5455            std::list<StaticInitializationHandler*> handlers_;
    5556    };
Note: See TracChangeset for help on using the changeset viewer.