Changeset 5173 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.cc
- Timestamp:
- Sep 8, 2005, 1:46:26 AM (20 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_buffer.cc
r5171 r5173 16 16 //#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ 17 17 18 #include "shell_ completion.h"18 #include "shell_buffer.h" 19 19 20 20 using namespace std; … … 25 25 * @todo this constructor is not jet implemented - do it 26 26 */ 27 Shell Completion::ShellCompletion()27 ShellBuffer::ShellBuffer () 28 28 { 29 29 // this->setClassID(CL_PROTO_ID, "ProtoClass"); … … 45 45 * standard deconstructor 46 46 */ 47 Shell Completion::~ShellCompletion()47 ShellBuffer::~ShellBuffer () 48 48 { 49 49 // delete what has to be deleted here
Note: See TracChangeset
for help on using the changeset viewer.