Changeset 592 for code/branches/FICN/src/orxonox/core/Identifier.h
- Timestamp:
- Dec 17, 2007, 8:59:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/Identifier.h
r496 r592 67 67 68 68 public: 69 /** @brief Sets the Factory. @param facotry The factory to assign */ 69 /** @brief Sets the Factory. 70 * @param factory The factory to assign 71 */ 70 72 inline void addFactory(BaseFactory* factory) { this->factory_ = factory; } 71 73
Note: See TracChangeset
for help on using the changeset viewer.