Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 28, 2006, 1:30:13 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Super-good completion :), and extremely tired bensch

File:
1 edited

Legend:

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

    r7413 r7415  
    5656      bool commandComplete(const std::string& commandBegin, const std::string& className);
    5757      bool aliasComplete(const std::string& aliasBegin);
    58       bool paramComplete(const std::string& paramBegin, const ShellCommand* command);
     58      bool paramComplete(const std::string& paramBegin, const ShellCommand* command, unsigned int paramNumber);
    5959
    6060      // Generally Completes.
Note: See TracChangeset for help on using the changeset viewer.