ProcessComponent.h

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

Generated on Wed Jun 14 15:08:02 2006 for Conjecture by  doxygen 1.4.6