Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/coord/p_node.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/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.