Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/util/executor
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/util/executor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/executor/executor.cc
r9684 r9715 19 19 20 20 21 NewObjectListDefinition(Executor);21 ObjectListDefinition(Executor); 22 22 23 23 /** -
branches/new_class_id/src/lib/util/executor/executor.h
r9684 r9715 38 38 class Executor : public BaseObject 39 39 { 40 NewObjectListDeclaration(Executor);40 ObjectListDeclaration(Executor); 41 41 public: 42 42 virtual ~Executor();
Note: See TracChangeset
for help on using the changeset viewer.