Changeset 1596 for code/branches/core3/src/core/Identifier.cc
- Timestamp:
- Jun 12, 2008, 10:53:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/Identifier.cc
r1592 r1596 39 39 #include "ConsoleCommand.h" 40 40 #include "CommandExecutor.h" 41 #include "Iterator.h"42 #include "ObjectList.h"43 #include "OrxonoxClass.h"44 41 #include "XMLPort.h" 45 42 … … 198 195 199 196 /** 200 @brief Updates the config-values of all existing objects of this class by calling their setConfigValues() function.201 */202 void Identifier::updateConfigValues() const203 {204 for (BaseIterator it = this->getObjects()->begin(); it; ++it)205 (*it)->setConfigValues();206 }207 208 /**209 197 @brief Tells the container to which Identifier it belongs to. 210 198 */
Note: See TracChangeset
for help on using the changeset viewer.