source: ThirdParty/CodePatterns/src/Patterns/unittests/stubs/FactoryStub.def

Candidate_v1.6.1
Last change on this file was 41e8e2, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '084729c5923f0123e695fbe2548b393288c1f13d' as 'ThirdParty/CodePatterns'

  • Property mode set to 100644
File size: 243 bytes
Line 
1#ifndef FACTORYSTUB_DEF_
2#define FACTORYSTUB_DEF_
3
4#define type_seq (Aclass)(Bclass)
5#define Abstract_Interface_Class ICreatorStub
6#define Abstract_Encapsulation_Class CreatorStub
7#define type_name_space teststubs::
8
9#endif //FACTORYSTUB_DEF_
Note: See TracBrowser for help on using the repository browser.