Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9908 in orxonox.OLD for branches/network/src/lib/lang/base_object.h


Ignore:
Timestamp:
Oct 29, 2006, 11:41:56 AM (18 years ago)
Author:
rennerc
Message:

BaseObject: removed LeafClassID since it is not used any more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/lang/base_object.h

    r9902 r9908  
    5151  /** @returns the ClassID of this Object */
    5252  inline const ClassID& getClassID() const { return _classes.front()._objectList->identity(); }
    53   /** @returns the ID of the Topmost object of the ClassStack. */
    54   inline const ClassID& getLeafClassID() const { return leafClassID; }
    5553
    5654  bool isA(const ObjectListBase& objectList) const;
     
    7169protected:
    7270  std::string        objectName;       //!< The name of this object
    73   ClassID            leafClassID;      //!< classId of leaf class
    7471
    7572private:
     
    108105{
    109106  this->_classes.push_front(ClassEntry(&objectList, objectList.registerObject(object)));
    110   this->leafClassID = objectList.identity();
    111107}
    112108
Note: See TracChangeset for help on using the changeset viewer.