Changeset 8dd38e for src/Patterns/unittests/stubs
- Timestamp:
- Jan 10, 2011, 8:06:49 PM (15 years ago)
- Children:
- 192c04
- Parents:
- 9f39db
- git-author:
- Frederik Heber <heber@…> (01/06/11 23:48:30)
- git-committer:
- Frederik Heber <heber@…> (01/10/11 20:06:49)
- Location:
- src/Patterns/unittests/stubs
- Files:
- 
      - 7 added
- 2 edited
 
 - 
          
  CommonParametersStub.hpp (added)
- 
          
  ManipulableCloneStub.cpp (added)
- 
          
  ManipulableCloneStub.hpp (added)
- 
          
  ManipulablePrototypeFactoryStub.cpp (added)
- 
          
  ManipulablePrototypeFactoryStub.def (added)
- 
          
  ManipulablePrototypeFactoryStub.hpp (added)
- 
          
  ManipulablePrototypeFactoryStub.undef (added)
- 
          
  PrototypeFactoryStub.def (modified) (2 diffs)
- 
          
  PrototypeFactoryStub.undef (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/Patterns/unittests/stubs/PrototypeFactoryStub.defr9f39db r8dd38e 1 #ifndef ABSTRACTFACTORYSTUB_DEF_2 #define ABSTRACTFACTORYSTUB_DEF_1 #ifndef PROTOTYPEFACTORYSTUB_DEF_ 2 #define PROTOTYPEFACTORYSTUB_DEF_ 3 3 4 4 #define type_seq (Aclass)(Bclass) … … 9 9 #undef type_suffix 10 10 11 #endif // ABSTRACTFACTORYSTUB_DEF_11 #endif //PROTOTYPEFACTORYSTUB_DEF_ 
- 
      src/Patterns/unittests/stubs/PrototypeFactoryStub.undefr9f39db r8dd38e 1 #ifdef ABSTRACTFACTORYSTUB_DEF_1 #ifdef PROTOTYPEFACTORYSTUB_DEF_ 2 2 3 3 #undef type_seq … … 8 8 #undef type_name_space 9 9 10 #undef ABSTRACTFACTORYSTUB_DEF_10 #undef PROTOTYPEFACTORYSTUB_DEF_ 11 11 #endif 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
