00001 # ifndef Conjecture_WmhFormat_h
00002 # define Conjecture_WmhFormat_h Conjecture_WmhFormat_h
00003
00004
00005
00006
00007
00008 # include "FormatComponent.h"
00009
00010 namespace Conjecture {
00011
00021 class WmhFormat : public FormatComponent {
00022 public:
00023
00024 WmhFormat();
00025
00026
00027 virtual bool execute(Page* page);
00028
00029
00030
00031 protected:
00032
00033
00034
00035
00036 private:
00037
00038
00039
00040
00041
00042 };
00043 }
00044
00045 # endif // Conjecture_WmhFormat_h
00046