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