Changeset 9861 in orxonox.OLD for branches/new_class_id/src/lib/shell/shell.cc
- Timestamp:
- Oct 1, 2006, 1:37:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell.cc
r9715 r9861 18 18 #include "shell.h" 19 19 #include "shell_command.h" 20 #include " shell_buffer.h"20 #include "debug_buffer.h" 21 21 #include "shell_input.h" 22 22 … … 65 65 this->setName("Shell"); 66 66 67 this->shellBuffer = ShellBuffer::getInstance();67 this->shellBuffer = DebugBuffer::getInstance(); 68 68 69 69 // EVENT-Handler subscription of '`' to all States. … … 446 446 { 447 447 this->flush(); 448 ShellBuffer::addBufferLineStatic("orxonox - shell\n ==================== \n", NULL);448 DebugBuffer::addBufferLineStatic("orxonox - shell\n ==================== \n", NULL); 449 449 } 450 450
Note: See TracChangeset
for help on using the changeset viewer.