ProcessComponent.h

00001 # ifndef Conjecture_ProcessComponent_h
00002 # define Conjecture_ProcessComponent_h Conjecture_ProcessComponent_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Created by wade
00006 // Class Champion: Unassigned
00007 
00008 # include "Component.h" // parent
00009 
00010 namespace Conjecture {
00011     class Page;
00012     
00028     class ProcessComponent : public Component {
00029       public:
00030         ProcessComponent();
00031         virtual bool execute(Page* page) = 0;
00032     };
00033 }
00034 
00035 # endif // Conjecture_ProcessComponent_h
00036 

Generated on Thu Jun 15 19:56:10 2006 for Conjecture by  doxygen 1.4.6