Changeset 724564 for src/Patterns/unittests/stubs/FactoryStub.hpp
- Timestamp:
- Jan 4, 2011, 5:15:14 PM (15 years ago)
- Children:
- 1afcbe
- Parents:
- 746ff1
- git-author:
- Frederik Heber <heber@…> (01/04/11 15:57:33)
- git-committer:
- Frederik Heber <heber@…> (01/04/11 17:15:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/stubs/FactoryStub.hpp
r746ff1 r724564 9 9 #define FACTORYSTUB_HPP_ 10 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 15 11 16 #include "CreatorStub.hpp" 12 17 13 // has to be appear BEFORE Factory.hpp is included!18 // triple has to be appear BEFORE Factory.hpp is included! 14 19 #include "FactoryStub.def" 15 20 #include "FactoryTypeList.hpp" 21 #include "FactoryStub.undef" 22 16 23 #include "Factory.hpp" 17 24 … … 27 34 virtual ~FactoryStub(); 28 35 }; 29 #include "FactoryStub.undef"30 36 31 37 #endif /* FACTORYSTUB_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.