Changeset 4838 in orxonox.OLD for orxonox/trunk/src/lib/graphics/render2D/render_2d.cc
- Timestamp:
- Jul 12, 2005, 12:09:04 PM (20 years ago)
- Location:
- orxonox/trunk/src/lib/graphics/render2D
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/render2D/render_2d.cc
r4837 r4838 22 22 23 23 /** 24 \briefstandard constructor25 */24 * standard constructor 25 */ 26 26 ProtoSingleton::ProtoSingleton () 27 27 { … … 42 42 43 43 /** 44 \briefthe singleton reference to this class45 */44 * the singleton reference to this class 45 */ 46 46 ProtoSingleton* ProtoSingleton::singletonRef = NULL; 47 47 48 48 /** 49 \brief standard deconstructor 50 51 */ 49 @brief standard deconstructor 50 */ 52 51 ProtoSingleton::~ProtoSingleton () 53 52 { 54 53 ProtoSingleton::singletonRef = NULL; 55 56 54 }
Note: See TracChangeset
for help on using the changeset viewer.