ProcessStrategy.h

00001 # ifndef ProcessStrategy_h
00002 # define ProcessStrategy_h ProcessStrategy_h
00003 
00004 # include "Strategy.h" // parent
00005 
00006 namespace Conjecture {
00007   class Page;
00008 
00020   class ProcessStrategy : public Strategy {
00021   public:
00022     ProcessStrategy();
00023     virtual bool execute(Page* page) = 0;
00024   };
00025 }
00026 
00027 # endif // ProcessStrategy_h
00028 

Generated on Mon Jun 12 20:27:15 2006 for Conjecture by  doxygen 1.4.6