Changeset 7386 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 26, 2006, 10:24:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7374 r7386 79 79 protected: 80 80 ShellCommand(const std::string& commandName, const std::string& className, const Executor& executor); 81 ~ShellCommand();81 virtual ~ShellCommand(); 82 82 83 83 static bool isRegistered(const std::string& commandName, const std::string& className);
Note: See TracChangeset
for help on using the changeset viewer.