Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 15, 2015, 10:11:15 PM (9 years ago)
Author:
landauf
Message:

found a better solution to find identifiers that don't belong to the parents of a newly created instance.

File:
1 edited

Legend:

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

    r10363 r10366  
    148148            Identifier& inheritsFrom(Identifier* directParent);
    149149
    150             void initializeParents(Identifiable* instance, const std::set<const Identifier*>& identifiers);
     150            void initializeParents(const std::set<const Identifier*>& initializationTrace);
    151151            void initializeDirectParentsOfAbstractClass();
    152152            void finishInitialization();
Note: See TracChangeset for help on using the changeset viewer.