Changeset 564
- Timestamp:
- Dec 17, 2007, 4:09:06 AM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/Factory.cc
r563 r564 99 99 100 100 /** 101 @brief blubb 101 @brief Ensures the Factory gets created in the right moment. 102 @return The Factory. 102 103 */ 103 104 Factory* Factory::getFactoryPointer() -
code/branches/FICN/src/orxonox/core/Factory.h
r563 r564 44 44 Factory(const Factory& factory) {} // don't copy 45 45 ~Factory() {} // don't delete 46 static void checkPointer();47 46 48 47 std::map<std::string, Identifier*> identifierStringMap_; //!< The map, mapping the name with the Identifier
Note: See TracChangeset
for help on using the changeset viewer.