Ignore:
Timestamp:
Jan 4, 2011, 5:15:14 PM (15 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Factory know has an additional type table and stubs have been refactored.

  • CommonStub.?pp contains basic classes with a int counter inside.
  • Library version is now 2:1:0, API is 1.0.3.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/unittests/stubs/FactoryStub.hpp

    r746ff1 r724564  
    99#define FACTORYSTUB_HPP_
    1010
     11// include config.h
     12#ifdef HAVE_CONFIG_H
     13#include <config.h>
     14#endif
     15
    1116#include "CreatorStub.hpp"
    1217
    13 // has to be appear BEFORE Factory.hpp is included!
     18// triple has to be appear BEFORE Factory.hpp is included!
    1419#include "FactoryStub.def"
    1520#include "FactoryTypeList.hpp"
     21#include "FactoryStub.undef"
     22
    1623#include "Factory.hpp"
    1724
     
    2734  virtual ~FactoryStub();
    2835};
    29 #include "FactoryStub.undef"
    3036
    3137#endif /* FACTORYSTUB_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.