Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/shell/shell_completion.h


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

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

    r7415 r9869  
    1616// FORWARD DECLARATION
    1717class BaseObject;
     18class ObjectListBase;
    1819
    1920namespace OrxShell
     
    5051      bool autoComplete(std::string& input);
    5152
    52       static const std::string& ShellCompletion::typeToString(ShellCompletion::CompletionType type);
     53      static const std::string& typeToString(ShellCompletion::CompletionType type);
    5354
    5455    private:
    55       bool objectComplete(const std::string& objectBegin, long classID);
     56      bool objectComplete(const std::string& objectBegin, const ObjectListBase* const objectList);
    5657      bool commandComplete(const std::string& commandBegin, const std::string& className);
    5758      bool aliasComplete(const std::string& aliasBegin);
Note: See TracChangeset for help on using the changeset viewer.