Changeset 1594 for code/branches/core3/src/core/Shell.cc
- Timestamp:
- Jun 12, 2008, 4:14:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/Shell.cc
r1591 r1594 45 45 SetConsoleCommand(Shell, history, true); 46 46 47 SetConsoleCommandShortcut Generic(log, createConsoleCommand(createFunctor(&OutputHandler::log), "log" ));48 SetConsoleCommandShortcut Generic(error, createConsoleCommand(createFunctor(&OutputHandler::error), "error" ));49 SetConsoleCommandShortcut Generic(warning, createConsoleCommand(createFunctor(&OutputHandler::warning), "warning"));50 SetConsoleCommandShortcut Generic(info, createConsoleCommand(createFunctor(&OutputHandler::info), "info" ));51 SetConsoleCommandShortcut Generic(debug, createConsoleCommand(createFunctor(&OutputHandler::debug), "debug" ));47 SetConsoleCommandShortcut(OutputHandler, log); 48 SetConsoleCommandShortcut(OutputHandler, error); 49 SetConsoleCommandShortcut(OutputHandler, warning); 50 SetConsoleCommandShortcut(OutputHandler, info); 51 SetConsoleCommandShortcut(OutputHandler, debug); 52 52 53 53 Shell::Shell()
Note: See TracChangeset
for help on using the changeset viewer.