- Timestamp:
- Jun 6, 2015, 4:38:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/module/StaticInitializationManager.h
r10531 r10532 49 49 void removeHandler(StaticInitializationHandler* handler); 50 50 51 void loadModule(ModuleInstance* module); 52 void unloadModule(ModuleInstance* module); 53 51 54 private: 52 void addCoreHandler();53 54 55 std::list<StaticInitializationHandler*> handlers_; 55 56 };
Note: See TracChangeset
for help on using the changeset viewer.