00001 #ifndef _BUILDFORM_H 00002 #define _BUILDFORM_H 00003 00004 #include "BaseForm.h" 00005 00006 00007 class BuildForm : public BaseForm 00008 { 00009 public: 00010 BuildForm(SimpleWeb&); 00011 ~BuildForm(); 00012 00013 void Process(); 00014 void Display(long); 00015 00016 private: 00017 00018 }; 00019 00020 00021 00022 00023 #endif // _BUILDFORM_H