Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4933 in orxonox.OLD for orxonox/trunk/src/lib


Ignore:
Timestamp:
Jul 22, 2005, 6:20:42 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more elaborate FastFactory, that should work…
now i have to test it… this will generate segfaults for sure :/

File:
1 edited

Legend:

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

    r4836 r4933  
    3333  inline const char* getClassName() const { return this->className; };
    3434  /** @returns the classID of the corresponding Object */
    35   inline int getClassID() const { return this->classID; }
     35  inline int getClassID() const { return this->classID; };
    3636
    3737  bool isA (long classID) const;
     
    3939
    4040  /** @returns if the object is finalized */
    41   inline bool isFinalized() { return this->finalized; }
     41  inline bool isFinalized() { return this->finalized; };
    4242
    4343
Note: See TracChangeset for help on using the changeset viewer.