Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3245 in orxonox.OLD for orxonox/trunk/src/proto_class.cc


Ignore:
Timestamp:
Dec 22, 2004, 12:14:35 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: enhanced protoclass with the right includes and doxygen examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/proto_class.cc

    r1956 r3245  
    2323
    2424
     25/**
     26   \brief standard constructor
    2527
     28   \todo this constructor is not jet implemented - do it
     29*/
    2630ProtoClass::ProtoClass () {}
    2731
    2832
     33/**
     34   \brief standard deconstructor
    2935
     36   \todo this deconstructor is not jet implemented - do it
     37*/
    3038ProtoClass::~ProtoClass () {}
    3139
    3240
     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*/
     48bool ProtoClass::doNonSense (int nothing) {}
Note: See TracChangeset for help on using the changeset viewer.