Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3399 in orxonox.OLD for orxonox/branches/nico/src/proto_class.cc


Ignore:
Timestamp:
Feb 6, 2005, 11:27:25 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/nico: merged trunk into branches/nico
merged with command:
svn merge ../trunk/ nico/ -r 3238:HEAD
resolved conflict in favor of branches/nico.

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  
    2323
    2424
    25 
    26 ProtoClass::ProtoClass () {}
     25/**
     26   \brief standard constructor
     27   \todo this constructor is not jet implemented - do it
     28*/
     29ProtoClass::ProtoClass ()
     30{
     31   this->setClassName ("ProtoClass");
     32}
    2733
    2834
     35/**
     36   \brief standard deconstructor
     37   \todo this deconstructor is not jet implemented - do it
    2938
     39*/
    3040ProtoClass::~ProtoClass () {}
    3141
    3242
     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*/
     50bool ProtoClass::doNonSense (int nothing) {}
Note: See TracChangeset for help on using the changeset viewer.