Changeset 9b8fa4 for src/Patterns/unittests/stubs/FactoryStub.hpp
- Timestamp:
- Dec 13, 2011, 1:09:40 PM (14 years ago)
- Children:
- c7ac70
- Parents:
- 3324cf
- git-author:
- Frederik Heber <heber@…> (12/11/11 14:49:06)
- git-committer:
- Frederik Heber <heber@…> (12/13/11 13:09:40)
- File:
-
- 1 edited
-
src/Patterns/unittests/stubs/FactoryStub.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Patterns/unittests/stubs/FactoryStub.hpp
r3324cf r9b8fa4 18 18 // triple has to be appear BEFORE Factory.hpp is included! 19 19 #include "FactoryStub.def" 20 #include " FactoryTypeList.hpp"20 #include "CodePatterns/FactoryTypeList.hpp" 21 21 #include "FactoryStub.undef" 22 22 23 #include " Factory.hpp"23 #include "CodePatterns/Factory.hpp" 24 24 25 #include " Singleton.hpp"25 #include "CodePatterns/Singleton.hpp" 26 26 27 27 class FactoryStub :
Note:
See TracChangeset
for help on using the changeset viewer.
