Changeset 3399 in orxonox.OLD for orxonox/branches/nico/src/proto_class.cc
- Timestamp:
- Feb 6, 2005, 11:27:25 PM (20 years ago)
- Location:
- orxonox/branches/nico
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico
- Property svn:externals set to
-
orxonox/branches/nico/src/proto_class.cc
r1956 r3399 23 23 24 24 25 26 ProtoClass::ProtoClass () {} 25 /** 26 \brief standard constructor 27 \todo this constructor is not jet implemented - do it 28 */ 29 ProtoClass::ProtoClass () 30 { 31 this->setClassName ("ProtoClass"); 32 } 27 33 28 34 35 /** 36 \brief standard deconstructor 37 \todo this deconstructor is not jet implemented - do it 29 38 39 */ 30 40 ProtoClass::~ProtoClass () {} 31 41 32 42 43 /** 44 \brief nonsense - delete this method 45 \param realy nothing to give 46 \returns true or false - probably nothing? 47 48 this is just to show the doxygen abilities (this for example is an extension for a long comment) 49 */ 50 bool ProtoClass::doNonSense (int nothing) {}
Note: See TracChangeset
for help on using the changeset viewer.