00001 # ifndef Conjecture_FormatComponent_h 00002 # define Conjecture_FormatComponent_h Conjecture_FormatComponent_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 00025 class FormatComponent : public Component { 00026 public: 00027 // Constructors/Destructors 00028 FormatComponent(); 00029 virtual bool execute(Page* page) = 0; 00030 }; 00031 } 00032 00033 # endif // Conjecture_FormatComponent_h 00034