Changeset 806 for code/branches/core/src/orxonox/core/ClassManager.h
- Timestamp:
- Feb 12, 2008, 4:43:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/orxonox/core/ClassManager.h
r805 r806 52 52 53 53 bool bInitialized_; 54 // std::string name_;55 54 ClassIdentifier<T>* identifier_; 56 55 }; … … 65 64 } 66 65 66 /** 67 @brief Returns the one and only instance of this class for the template parameter T. 68 @return The instance 69 */ 67 70 template <class T> 68 71 ClassManager<T>* ClassManager<T>::getSingleton()
Note: See TracChangeset
for help on using the changeset viewer.