- Timestamp:
- Apr 26, 2015, 4:16:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/class/IdentifierManager.h
r10399 r10403 60 60 void createClassHierarchy(); 61 61 void verifyClassHierarchy(); 62 void destroy AllIdentifiers();62 void destroyClassHierarchy(); 63 63 64 64 void createdObject(Identifiable* identifiable); … … 88 88 inline const std::map<uint32_t, Identifier*>& getIdentifierByNetworkIdMap() 89 89 { return this->identifierByNetworkId_; } 90 91 void destroyAllIdentifiers(); 90 92 91 93 private:
Note: See TracChangeset
for help on using the changeset viewer.