Changeset 447 for code/branches/objecthierarchy/src/orxonox/core/Factory.cc
- Timestamp:
- Dec 9, 2007, 11:21:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/Factory.cc
r365 r447 24 24 25 25 /** 26 @returns the Identifier with a given network ID.27 @param id The network ID of the wanted Identifier26 @returns the Identifier with a given network ID. 27 @param id The network ID of the wanted Identifier 28 28 */ 29 29 Identifier* Factory::getIdentifier(const unsigned int id) … … 50 50 51 51 /** 52 @brief Removes the entry with the old network ID and adds a new one.52 @brief Removes the entry with the old network ID and adds a new one. 53 53 @param identifier The identifier to change 54 54 @param oldID The old networkID
Note: See TracChangeset
for help on using the changeset viewer.