Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5207 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc


Ignore:
Timestamp:
Sep 19, 2005, 10:00:45 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: default value can now be supplied as aditional arg of the SHELL_COMMAND-macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.cc

    r5204 r5207  
    3636    ->describe("retrieve some help about the input mode")
    3737    ->setAlias("help");
    38 
    3938/**
    4039 * standard constructor
     
    179178void ShellInput::help(const char* className, const char* functionName)
    180179{
     180  printf("%s::%s\n", className, functionName);
     181
    181182  if (strlen(className) == 0)
    182183  {
Note: See TracChangeset for help on using the changeset viewer.