Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4592 in orxonox.OLD for orxonox/trunk/src/lib/lang/base_object.h


Ignore:
Timestamp:
Jun 10, 2005, 7:17:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: derivations work.
now the only thing to do is specify all the classes, and DO it CLEAN.

@patrick: is it ok, how i treated your ObjectManager??

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/lang/base_object.h

    r4591 r4592  
    3737  inline int getClassID(void) const { return this->classID; }
    3838
    39   //  bool isA (char* className);
     39  bool isA (ClassID classID);
     40  void whatIs(void) const;
    4041
    4142  /** \returns if the object is finalized */
Note: See TracChangeset for help on using the changeset viewer.