Changeset 1afcbe for src/Makefile.am


Ignore:
Timestamp:
Jan 5, 2011, 11:08:49 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
d76c105
Parents:
724564
Message:

Added Clone pattern.

  • Clone is necessary for having prototypes, i.e. it defines an interface class that has a virtual * clone() const function that each derived type has to implement.
  • Added unit test.
  • made CommonStub a bit cleaner.
  • updated documentation fo Factory and FactoryTypeList
  • Library version is now 2:2:0, API is 1.0.4.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r724564 r1afcbe  
    3636PATTERNHEADER = \
    3737        Patterns/Cacheable.hpp \
     38        Patterns/Clone.hpp \
    3839        Patterns/Creator.hpp \
    3940        Patterns/Factory.hpp \
Note: See TracChangeset for help on using the changeset viewer.