Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 27, 2005, 1:18:46 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added doxygen tags for the baseobject class

File:
1 edited

Legend:

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

    r4320 r4321  
    2929
    3030 private:
    31   const char* className;
    32   int id;
    33   bool finalized;
     31  const char*    className;                       //!< the name of the class
     32  int            id;                              //!< this is the id from the class_list.h enumeration
     33  bool           finalized;                       //!< is true if the object is ready to be garbage collected
    3434};
    3535
Note: See TracChangeset for help on using the changeset viewer.