IdentifyComponent.h

00001 # ifndef Conjecture_IdentifyComponent_h
00002 # define Conjecture_IdentifyComponent_h Conjecture_IdentifyComponent_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 
00023     class IdentifyComponent : public Component {
00024       public:
00025         IdentifyComponent();
00026         virtual bool execute(Page* page) = 0;
00027     };
00028 }
00029 
00030 # endif // Conjecture_IdentifyComponent_h
00031 

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