WmhFormat.h

00001 # ifndef Conjecture_WmhFormat_h
00002 # define Conjecture_WmhFormat_h Conjecture_WmhFormat_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Created by wade
00006 // Class Champion: Unassigned
00007 
00008 # include "FormatComponent.h" // parent
00009 
00010 namespace Conjecture {
00011     
00021     class WmhFormat : public FormatComponent {
00022       public:
00023         // Constructors/Destructors
00024         WmhFormat();
00025         
00026         // Interface
00027         virtual bool execute(Page* page);
00028 
00029         // Accessors
00030         
00031       protected:
00032         // Methods 
00033 
00034         // Accessors
00035         
00036       private: 
00037         // Methods 
00038 
00039         // Accessors
00040 
00041         // State
00042     };
00043 }
00044 
00045 # endif // Conjecture_WmhFormat_h
00046 

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