00001 00002 // $Id: jobBuilder.h,v 1.1 2007/02/09 04:44:14 fmwk Exp $ 00003 // 00005 // 00006 // messier@indiana.edu 00008 #ifndef JOBC_XML_JOBBUILDER_H 00009 #define JOBC_XML_JOBBUILDER_H 00010 #ifndef XMLI_BUILDER_H 00011 #include "XMLInterface/Builder.h" 00012 #endif 00013 00014 namespace jobc { 00015 class jobBuilder : public xmli::Builder { 00016 public: 00017 jobBuilder(const char* tag); 00018 void Build(const xmli::AttributeList& attr, const std::string& buffer); 00019 private: 00020 }; 00021 } 00022 #endif // JOBC_XML_JOBBUIDLER_H 00023
1.3.5