Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2008, 4:43:22 PM (16 years ago)
Author:
landauf
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/ClassManager.h

    r805 r806  
    5252
    5353            bool bInitialized_;
    54 //            std::string name_;
    5554            ClassIdentifier<T>* identifier_;
    5655    };
     
    6564    }
    6665
     66    /**
     67        @brief Returns the one and only instance of this class for the template parameter T.
     68        @return The instance
     69    */
    6770    template <class T>
    6871    ClassManager<T>* ClassManager<T>::getSingleton()
Note: See TracChangeset for help on using the changeset viewer.