Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5103 in orxonox.OLD for trunk/src/util/shell.h


Ignore:
Timestamp:
Aug 22, 2005, 6:08:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better algorithm to find the ClassName.
Now this is done via the ClassList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.h

    r5102 r5103  
    7272
    7373
     74    const tList<const char>* searchClassWithShort(const char* classNameBegin);
     75
     76
    7477  private:
    7578    Shell();
     
    9396
    9497    char                   bufferArray[10000];     //!< a BUFFER for fast writing
     98
     99    // completion
     100    tList<const char>*    completionList;          //!< A list of completions, that are io.
    95101};
    96102
Note: See TracChangeset for help on using the changeset viewer.