Changeset 3245 in orxonox.OLD for orxonox/trunk/src/proto_class.cc
- Timestamp:
- Dec 22, 2004, 12:14:35 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/proto_class.cc
r1956 r3245 23 23 24 24 25 /** 26 \brief standard constructor 25 27 28 \todo this constructor is not jet implemented - do it 29 */ 26 30 ProtoClass::ProtoClass () {} 27 31 28 32 33 /** 34 \brief standard deconstructor 29 35 36 \todo this deconstructor is not jet implemented - do it 37 */ 30 38 ProtoClass::~ProtoClass () {} 31 39 32 40 41 /** 42 \brief nonsense - delete this method 43 \param realy nothing to give 44 \returns true or false - probably nothing? 45 46 this is just to show the doxygen abilities 47 */ 48 bool ProtoClass::doNonSense (int nothing) {}
Note: See TracChangeset
for help on using the changeset viewer.