Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 26, 2005, 4:04:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved helper-functions to helper-functions.cc

File:
1 edited

Legend:

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

    r5130 r5141  
    1616// FORWARD DECLARATION
    1717class Text;
     18class ShellCommandBase;
    1819template<class T> class tList;
    1920template<class T> class tIterator;
     
    8586    const tList<const char>* createCompleteList(const tList<const char>* inputList, const char* classNameBegin);
    8687    const tList<const char>* createCompleteList(const tList<BaseObject>* inputList, const char* classNameBegin);
     88    const tList<const char>* createCompleteList(const tList<ShellCommandBase>* inputList, const char* classNameBegin);
    8789
    8890    // helpers //
Note: See TracChangeset for help on using the changeset viewer.