- Timestamp:
- Apr 26, 2015, 8:47:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.cc
r10354 r10404 37 37 ConsoleCommandManager::registerCommand(this->command_); 38 38 } 39 40 void StaticallyInitializedConsoleCommand::unload() 41 { 42 ConsoleCommandManager::unregisterCommand(this->command_); 43 } 39 44 }
Note: See TracChangeset
for help on using the changeset viewer.