Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

jobBuilder.h

Go to the documentation of this file.
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 

Generated on Thu Sep 4 02:05:27 2008 for NOvA Offline by doxygen 1.3.5