Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7411 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Apr 27, 2006, 11:23:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some command-stuff

File:
1 edited

Legend:

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

    r7409 r7411  
    114114    if (likely(checkClass != NULL))
    115115    {
    116       printf("TEST\n");
    117116      std::vector<ShellCommand*>::const_iterator elem;
    118117      for (elem = checkClass->commandList.begin(); elem != checkClass->commandList.end(); elem++)
     
    123122        }
    124123    }
    125    return NULL;
     124    return NULL;
    126125  }
    127126
     
    153152    const std::list<BaseObject*>* objectList = NULL;   //< the list of Objects stored in classID
    154153    BaseObject* objectPointer = NULL;            //< a pointer to th Object to Execute the command on
    155     bool emptyComplete = false;                  //< if the completion input is empty string. e.g ""
     154    //    bool emptyComplete = false;                  //< if the completion input is empty string. e.g ""
    156155    //  long completeType = SHELLC_NONE;           //< the Type we'd like to complete.
    157156
     
    241240  }
    242241
     242
    243243  /**
    244244   * @brief lets a command be described
Note: See TracChangeset for help on using the changeset viewer.