00001 # ifndef GocrSegment_h 00002 # define GocrSegment_h GocrSegment_h 00003 00004 # include "SegmentComponent.h" // parent 00005 00006 namespace Conjecture { 00007 class Page; 00008 00019 class GocrSegment : public SegmentComponent { 00020 public: 00021 GocrSegment(); 00022 virtual bool execute(Page* page); 00023 00024 }; 00025 } 00026 00027 # endif // GocrSegment_h 00028