Changeset 5774 for code/trunk/src/libraries/core/Factory.h
- Timestamp:
- Sep 23, 2009, 11:31:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Factory.h
r5738 r5774 62 62 static Identifier* getIdentifier(const uint32_t id); 63 63 static void add(const std::string& name, Identifier* identifier); 64 static void changeNetworkID(Identifier* identifier, const uint32_t oldID, const uint32_t newID);65 static void cleanNetworkIDs();66 64 static void createClassHierarchy(); 67 65 … … 84 82 85 83 std::map<std::string, Identifier*> identifierStringMap_; //!< The map, mapping the name with the Identifier 86 std::map<uint32_t, Identifier*> identifierNetworkIDMap_; //!< The map, mapping the network ID with the Identifier87 84 }; 88 85
Note: See TracChangeset
for help on using the changeset viewer.