- Timestamp:
- Jun 6, 2015, 4:38:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.h
r10531 r10532 39 39 { 40 40 public: 41 CoreStaticInitializationHandler() {} 42 virtual ~CoreStaticInitializationHandler() {} 41 virtual void setupHandler(); 42 virtual void shutdownHandler(); 43 44 virtual void loadModule(ModuleInstance* module); 45 virtual void unloadModule(ModuleInstance* module); 43 46 }; 44 47 }
Note: See TracChangeset
for help on using the changeset viewer.