Ignore:
Timestamp:
Jan 6, 2011, 12:22:12 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
9f39db
Parents:
d76c105
Message:

PrototypeFactory now allows for replacing prototypes.

  • if a prototype can only be manipulated via its constructor, it is essential for the factory to allow for changing prototypes in a controlled manner. All the functions on prototypes are protected, hence only friends may get access.
  • Library version is now 3:1:1, API version is 1.0.6.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/unittests/stubs/CloneStub.hpp

    rd76c105 r567640  
    3939
    4040    /**
    41      * Test is friend such that it can access protected cstor.
     41     * Tests are friend such that it can access protected cstor.
    4242     */
    4343    friend class CloneTest;
     44    friend class PrototypeFactoryTest;
    4445
    4546protected:
Note: See TracChangeset for help on using the changeset viewer.