Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/shell/shell_command_class.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_command_class.h
r9697 r9715 25 25 class ShellCommandClass : public BaseObject 26 26 { 27 NewObjectListDeclaration(ShellCommandClass);27 ObjectListDeclaration(ShellCommandClass); 28 28 29 29 friend class ShellCommand; … … 36 36 static void unregisterAllCommands(); 37 37 static ShellCommandClass* getCommandClass(const std::string& className); 38 NewClassID getClassID();38 ClassID getClassID(); 39 39 static bool exists(const std::string& className); 40 40
Note: See TracChangeset
for help on using the changeset viewer.