IdentifyStrategy.h

00001 # ifndef IdentifyStrategy_h
00002 # define IdentifyStrategy_h IdentifyStrategy_h
00003 
00004 # include "Strategy.h" // parent
00005 
00006 namespace Conjecture {
00007   class Page;
00008 
00016   class IdentifyStrategy : public Strategy {
00017   public:
00018     IdentifyStrategy();
00019     virtual bool execute(Page* page) = 0;
00020   };
00021 }
00022 
00023 # endif // IdentifyStrategy_h
00024 

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