Changeset d76c105 for src/Makefile.am


Ignore:
Timestamp:
Jan 5, 2011, 1:48:15 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
567640
Parents:
1afcbe
git-author:
Frederik Heber <heber@…> (01/05/11 11:26:48)
git-committer:
Frederik Heber <heber@…> (01/05/11 13:48:15)
Message:

Added Prototype Factory pattern.

  • the Prototype Factory basically stores Clone instead of Creator patterns in its lookup tables to produce.
  • Clone has not protected cstor/dstor but is friend with CloneTest and PrototypeFactoryStub to grant them access.
  • also these prototypes may be manipulated by befriended classes.
  • added unit test and stub.
  • Library version is now 3:0:0, API version is 1.0.5.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r1afcbe rd76c105  
    4444        Patterns/ObservedIterator.hpp \
    4545        Patterns/Observer.hpp \
     46        Patterns/PrototypeFactory.hpp \
     47        Patterns/PrototypeFactory_impl.hpp \
    4648        Patterns/Registry.hpp \
    4749        Patterns/Singleton.hpp
Note: See TracChangeset for help on using the changeset viewer.