Changeset 4485 in orxonox.OLD for orxonox/trunk/src/util/garbage_collector.h
- Timestamp:
- Jun 3, 2005, 12:19:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/garbage_collector.h
r4262 r4485 1 1 /*! 2 \file proto_class.h2 \file garbage_collector.h 3 3 \brief Definition of the proto class template, used quickly start work 4 4 \todo Example: this shows how to use simply add a Marker that here has to be done something. … … 34 34 35 35 private: 36 static GarbageCollector* singletonRef;37 float delay;//!< this is the delay to wait until collection38 float time;//!< the current time36 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 39 39 40 40 };
Note: See TracChangeset
for help on using the changeset viewer.