Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5177 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.h


Ignore:
Timestamp:
Sep 12, 2005, 12:30:32 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more integration/bugFix

File:
1 edited

Legend:

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

    r5176 r5177  
    3939  /** @returns the Buffer Iterator, that enables externals to walk through the Buffer */
    4040  inline tIterator<char>* getBufferIterator() const { return bufferIterator; };
    41   /** @returns the Count of lines processed by the Shell.
     41  /** @returns the Count of lines processed by the Shell. */
    4242  inline long getLineCount() const { return this->lineCount; };
     43
     44  void debug() const;
    4345
    4446  private:
Note: See TracChangeset for help on using the changeset viewer.