Changeset 7418 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 28, 2006, 11:31:09 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7417 r7418 90 90 virtual ~ShellCommand(); 91 91 92 static bool fillObjectList(const std::string& objectDescriptor, ShellCommand* cmd, std::vector<BaseObject*>* boList);92 static bool fillObjectList(const std::string& objectDescriptor, const ShellCommand* cmd, std::vector<BaseObject*>* boList); 93 93 static const std::string& paramToString(long parameter); 94 94
Note: See TracChangeset
for help on using the changeset viewer.