Changeset 9728 in orxonox.OLD for branches/new_class_id/src/lib/shell
- Timestamp:
- Sep 14, 2006, 10:31:40 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/shell
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_command.cc
r9727 r9728 44 44 // copy the executor: 45 45 this->executor = executor; 46 this->executor->setName(commandName);47 46 48 47 for (unsigned int i = 0; i < this->executor->getParamCount(); i++) -
branches/new_class_id/src/lib/shell/shell_command.h
r9727 r9728 10 10 11 11 #include "executor/executor.h" 12 13 /// THIS IS USED TO LOAD CONSTANT AND STATIC FUNCTIONS EASILY. 14 #include "executor/executor_functional.h" 15 #define EXECUTOR_FUNCTIONAL_USE_CONST 16 #include "executor/executor_functional.h" 17 #define EXECUTOR_FUNCTIONAL_USE_STATIC 18 #include "executor/executor_functional.h" 19 20 12 21 #include "shell_completion_plugin.h" 13 22
Note: See TracChangeset
for help on using the changeset viewer.