Changeset 592 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 17, 2007, 8:59:31 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc
r513 r592 654 654 655 655 /** 656 657 658 */656 * @param Writes the content of the list, containing all lines of the config-file, into the config-file. 657 * @param filename The name of the config-file 658 */ 659 659 void ConfigValueContainer::writeConfigFile(const std::string& filename) 660 660 { -
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.