source: src/Patterns/unittests/stubs/FactoryStub.undef@ b09709

Last change on this file since b09709 was 746ff1, checked in by Frederik Heber <heber@…>, 15 years ago

Added Creator and Factory pattern.

  • unittests added.
  • new subfolder stubs that contains stubs for Creator and Factory.
  • the only preprocessor stuff is in Factory_impl.hpp.
  • FactoryTypeList.hpp is necessary as long as no variadic template argument lists are possible.
  • library version is 2:0:0, API version is 1.0.2.
  • Property mode set to 100644
File size: 185 bytes
RevLine 
[746ff1]1#ifdef FACTORYSTUB_DEF_
2
3#undef type_seq
4#undef type_seq_size
5#undef Abstract_Interface_Class
6#undef Abstract_Encapsulation_Class
7#undef type_name_space
8
9#undef FACTORYSTUB_DEF_
10#endif
Note: See TracBrowser for help on using the repository browser.