Changeset 9328 in orxonox.OLD for branches/proxy/src/lib/shell
- Timestamp:
- Jul 18, 2006, 7:28:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/shell/shell_command.cc
r9112 r9328 299 299 { 300 300 PRINT(0)("Command '%s' on '%s::%s'\n", sc->getName(), (*bo)->getClassName(), (*bo)->getName()); 301 (*sc->executor)((*bo), inputSplits. getSubSet(paramBegin));301 (*sc->executor)((*bo), inputSplits.subSet(paramBegin)); 302 302 } 303 303 return true; … … 375 375 // if(this->completors[parameter] == NULL) 376 376 // delete this->completors[parameter]; 377 // this->completors[parameter] = completorPlugin.clone(); 377 // this->completors[parameter] = completorPlugin.clone(); 378 378 } 379 379 return this;
Note: See TracChangeset
for help on using the changeset viewer.