Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/coord
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/coord
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/coord/p_node.cc
r9709 r9715 30 30 31 31 32 NewObjectListDefinition(PNode);32 ObjectListDefinition(PNode); 33 33 /** 34 34 * @brief standard constructor … … 1107 1107 } 1108 1108 1109 NewObjectListDefinition(NullParent);1109 ObjectListDefinition(NullParent); 1110 1110 1111 1111 NullParent::NullParent() -
branches/new_class_id/src/lib/coord/p_node.h
r9691 r9715 75 75 class PNode : virtual public BaseObject, virtual public Synchronizeable 76 76 { 77 NewObjectListDeclaration(PNode);77 ObjectListDeclaration(PNode); 78 78 79 79 public: … … 263 263 class NullParent : public PNode 264 264 { 265 NewObjectListDeclaration(NullParent);265 ObjectListDeclaration(NullParent); 266 266 friend class PNode; 267 267 NullParent();
Note: See TracChangeset
for help on using the changeset viewer.