Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4871 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc


Ignore:
Timestamp:
Jul 15, 2005, 1:22:52 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: classList is now able to show Information on single Classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/null_parent.cc

    r4836 r4871  
    11
    22
    3 /* 
     3/*
    44   orxonox - the future of 3D-vertical-scrollers
    55
     
    2525
    2626/**
    27  * @returns the Reference to the NullParent
    28 */
    29 NullParent* NullParent::getInstance ()
    30 {
    31   if(!NullParent::singletonRef)
    32     NullParent::singletonRef = new NullParent ();
    33   return NullParent::singletonRef;
    34 }
    35 
    36 /**
    3727 *  creates the one and only NullParent
    3828 * @param absCoordinate the cordinate of the Parent (normally Vector(0,0,0))
     
    5141 *  standard deconstructor
    5242*/
    53 NullParent::~NullParent () 
     43NullParent::~NullParent ()
    5444{
    5545  //delete singletonRef;
Note: See TracChangeset for help on using the changeset viewer.