Changeset 5279 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Oct 4, 2005, 9:20:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r5243 r5279 106 106 private: 107 107 /** executes a Command @param object the object to apply this to @param parameters the parameters the command takes */ 108 virtual void executeCommand (BaseObject* object, const char* parameters) = NULL;108 virtual void executeCommand (BaseObject* object, const char* parameters) = 0; 109 109 110 110 protected:
Note: See TracChangeset
for help on using the changeset viewer.