Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2015, 8:49:32 PM (9 years ago)
Author:
landauf
Message:

fixed some TODOs in tests and code by using the new unload() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/class/Identifier.cc

    r10403 r10405  
    225225    void Identifier::reset()
    226226    {
    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();
    229228        this->parents_.clear();
    230229        this->directChildren_.clear();
Note: See TracChangeset for help on using the changeset viewer.