Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/coord/p_node.cc
- 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.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()
Note: See TracChangeset
for help on using the changeset viewer.