- Timestamp:
- May 31, 2015, 11:54:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommandManager.cc
r10484 r10520 191 191 } 192 192 } 193 194 /**195 @brief Deletes all commands196 */197 void ConsoleCommandManager::destroyAll()198 {199 // delete entries until the map is empty200 while (!this->commandMap_.empty() && !this->commandMap_.begin()->second.empty())201 delete this->commandMap_.begin()->second.begin()->second;202 }203 193 }
Note: See TracChangeset
for help on using the changeset viewer.