Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2013, 10:37:15 PM (11 years ago)
Author:
landauf
Message:

delete factory before setting a new one (mostly for unit tests)

File:
1 edited

Legend:

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

    r9597 r9602  
    131131
    132132            /// Sets the Factory.
    133             inline void addFactory(Factory* factory) { this->factory_ = factory; }
     133            void setFactory(Factory* factory);
    134134            /// Returns true if the Identifier has a Factory.
    135135            inline bool hasFactory() const { return (this->factory_ != 0); }
Note: See TracChangeset for help on using the changeset viewer.