Changeset 9901 in orxonox.OLD for branches/network/src/lib/lang
- Timestamp:
- Oct 26, 2006, 5:54:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/lang/base_object.h
r9869 r9901 71 71 protected: 72 72 std::string objectName; //!< The name of this object 73 ClassID leafClassID; //!< classId of leaf class 73 74 74 75 private: … … 107 108 { 108 109 this->_classes.push_front(ClassEntry(&objectList, objectList.registerObject(object))); 110 this->leafClassID = object->getClassID(); 109 111 } 110 112
Note: See TracChangeset
for help on using the changeset viewer.