Changeset 10405 for code/branches/core7/src/libraries/core/class
- Timestamp:
- Apr 26, 2015, 8:49:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/class/Identifier.cc
r10403 r10405 225 225 void Identifier::reset() 226 226 { 227 if (this->factory_ != NULL) // TODO: should reset ALL identifiers, but currently the calls to inheritsFrom<>() are not reproducible 228 this->directParents_.clear(); 227 this->directParents_.clear(); 229 228 this->parents_.clear(); 230 229 this->directChildren_.clear();
Note: See TracChangeset
for help on using the changeset viewer.