Changeset 7284 for code/trunk/src/libraries/core/Core.cc
- Timestamp:
- Aug 31, 2010, 3:37:40 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/Core.cc
r7175 r7284 52 52 #include "util/Exception.h" 53 53 #include "util/Scope.h" 54 #include "util/ScopedSingletonManager.h" 54 55 #include "util/SignalHandler.h" 55 56 #include "PathConfig.h" 56 #include "CommandExecutor.h"57 57 #include "CommandLineParser.h" 58 58 #include "ConfigFileManager.h" … … 65 65 #include "Identifier.h" 66 66 #include "Language.h" 67 #include "IOConsole.h"68 67 #include "LuaState.h" 69 #include "ScopedSingletonManager.h" 70 #include "TclBind.h" 71 #include "TclThreadManager.h" 68 #include "command/ConsoleCommand.h" 69 #include "command/IOConsole.h" 70 #include "command/TclBind.h" 71 #include "command/TclThreadManager.h" 72 72 #include "input/InputManager.h" 73 73 … … 88 88 : identifierDestroyer_(Identifier::destroyAllIdentifiers) 89 89 // Cleanup guard for external console commands that don't belong to an Identifier 90 , consoleCommandDestroyer_(Co mmandExecutor::destroyExternalCommands)90 , consoleCommandDestroyer_(ConsoleCommand::destroyAll) 91 91 , bGraphicsLoaded_(false) 92 92 , bStartIOConsole_(true)
Note: See TracChangeset
for help on using the changeset viewer.