Changeset 7388 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 26, 2006, 11:19:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7386 r7388 88 88 ShellCommandAlias* alias; //!< An Alias for the Class. 89 89 90 std::string description; //!< A description for this commnand. (initially NULL). Assigned with (create)->describe("blablabla");90 std::string description; //!< A description for this commnand. (initially ""). Assigned with (create)->describe("blablabla"); 91 91 Executor* executor; //!< The Executor, that really executes the Function. 92 93 92 }; 94 93
Note: See TracChangeset
for help on using the changeset viewer.