Changeset 7411 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc
- Timestamp:
- Apr 27, 2006, 11:23:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r7409 r7411 114 114 if (likely(checkClass != NULL)) 115 115 { 116 printf("TEST\n");117 116 std::vector<ShellCommand*>::const_iterator elem; 118 117 for (elem = checkClass->commandList.begin(); elem != checkClass->commandList.end(); elem++) … … 123 122 } 124 123 } 125 return NULL;124 return NULL; 126 125 } 127 126 … … 153 152 const std::list<BaseObject*>* objectList = NULL; //< the list of Objects stored in classID 154 153 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 "" 156 155 // long completeType = SHELLC_NONE; //< the Type we'd like to complete. 157 156 … … 241 240 } 242 241 242 243 243 /** 244 244 * @brief lets a command be described
Note: See TracChangeset
for help on using the changeset viewer.