DefaultModule.h

00001 # ifndef Conjecture_DefaultModule_h
00002 # define Conjecture_DefaultModule_h Conjecture_DefaultModule_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Created by wade
00006 // Class Champion: Unassigned
00007 
00008 # include "GocrModule.h" // parent
00009 
00010 namespace Conjecture {
00011 
00020     class DefaultModule : public GocrModule {
00021       public:
00022         // Constructors/Destructors
00023         DefaultModule();
00024     
00025         // **************
00026         // Interface
00027         virtual ProcessComponent*     createProcessComponent() const;
00028         virtual SegmentComponent*     createSegmentComponent() const;
00029         virtual IdentifyComponent*    createIdentifyComponent() const;
00030         virtual FormatComponent*      createFormatComponent() const;
00031     };
00032 }
00033 
00034 # endif // DefaultModule_h
00035 

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