Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4485 in orxonox.OLD for orxonox/trunk/src/util/garbage_collector.h


Ignore:
Timestamp:
Jun 3, 2005, 12:19:43 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: more documentation in util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/garbage_collector.h

    r4262 r4485  
    11/*!
    2     \file proto_class.h
     2    \file garbage_collector.h
    33    \brief Definition of the proto class template, used quickly start work
    44    \todo Example: this shows how to use simply add a Marker that here has to be done something.
     
    3434
    3535 private:
    36   static GarbageCollector* singletonRef;
    37   float delay;                                        //!< this is the delay to wait until collection
    38   float time;                                         //!< the current time
     36  static GarbageCollector*    singletonRef;           //!< The reference to this class (singleton)
     37  float                       delay;                  //!< this is the delay to wait until collection
     38  float                       time;                   //!< the current time
    3939
    4040};
Note: See TracChangeset for help on using the changeset viewer.