Changeset 4485 in orxonox.OLD for orxonox/trunk/src/util/garbage_collector.cc
- Timestamp:
- Jun 3, 2005, 12:19:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/garbage_collector.cc
r4389 r4485 1 2 3 1 /* 4 2 orxonox - the future of 3D-vertical-scrollers … … 34 32 /** 35 33 \brief standard constructor 36 \todo this constructor is not jet implemented - do it37 34 */ 38 35 GarbageCollector::GarbageCollector () … … 46 43 /** 47 44 \brief standard deconstructor 48 49 45 */ 50 46 GarbageCollector::~GarbageCollector () … … 68 64 /** 69 65 \brief this sets the collection delay 70 \param delay 66 \param delay: the delay 71 67 72 68 after this delay, the garbage collector starts its work and begins to collect unused object … … 97 93 /** 98 94 \brief this ticks the GarbageCollector to give it the time pulse 99 \param t he time passed since last tick95 \param time: the time passed since last tick 100 96 101 97 like every other tick function eg. worldentity … … 109 105 /** 110 106 \brief this updated the gargabe collection, if the time is ready 111 112 113 107 */ 114 108 void GarbageCollector::update()
Note: See TracChangeset
for help on using the changeset viewer.