Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5173 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.cc


Ignore:
Timestamp:
Sep 8, 2005, 1:46:26 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Class ShellBuffer, that only handles the main shell's buffer

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_buffer.cc

    r5171 r5173  
    1616//#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_
    1717
    18 #include "shell_completion.h"
     18#include "shell_buffer.h"
    1919
    2020using namespace std;
     
    2525 * @todo this constructor is not jet implemented - do it
    2626*/
    27 ShellCompletion::ShellCompletion ()
     27ShellBuffer::ShellBuffer ()
    2828{
    2929// this->setClassID(CL_PROTO_ID, "ProtoClass");
     
    4545 * standard deconstructor
    4646*/
    47 ShellCompletion::~ShellCompletion ()
     47ShellBuffer::~ShellBuffer ()
    4848{
    4949  // delete what has to be deleted here
Note: See TracChangeset for help on using the changeset viewer.