Changeset 7199 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Mar 8, 2006, 10:46:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r7198 r7199 39 39 { 40 40 this->setClassID(CL_SHELL_COMMAND, "ShellCommand"); 41 PRINTF(5)("create shellcommand %s %s\n", commandName, className); 41 42 this->setName(commandName); 42 43 this->description = NULL;
Note: See TracChangeset
for help on using the changeset viewer.