Changeset 4470 in orxonox.OLD for orxonox/trunk/src/lib/lang/base_object.cc
- Timestamp:
 - Jun 2, 2005, 1:55:19 AM (20 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          orxonox/trunk/src/lib/lang/base_object.cc (modified) (5 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/lib/lang/base_object.cc
r4436 r4470 62 62 /** 63 63 \brief sets the class identifiers 64 \param a number for the class from class_list.h enumeration65 \param the class name64 \param id a number for the class from class_list.h enumeration 65 \param className the class name 66 66 */ 67 67 void BaseObject::setClassID(int id, const char* className) … … 74 74 /** 75 75 \brief sets the class identifier 76 \param a number for the class from class_list.h enumeration76 \param id a number for the class from class_list.h enumeration 77 77 */ 78 78 void BaseObject::setClassID (int id) … … 84 84 /** 85 85 \brief sets the class identifiers 86 \param the class name86 \param className the class name 87 87 */ 88 88 void BaseObject::setClassName(const char* className) … … 92 92 93 93 94 /* *94 /* 95 95 \brief sets the class identifiers 96 96 \param a number for the class from class_list.h enumeration 97 97 \param the class name 98 */ 98 99 99 bool BaseObject::isA (char* className) 100 100 { … … 103 103 return true; 104 104 } 105 106 107 /*108 \brief this finalizes an object and makes it ready to be garbage collected109 105 */ 110 void BaseObject::finalize()111 {112 this->finalized = true;113 }114 115 106 116 107 /**  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






