configObjects/Dif.h

00001 #ifndef _DIF_H_
00002 #define _DIF_H_
00003 
00004 #include <stdio.h>
00005 #include "ConfigObject.h"
00006 
00010 class Dif : public ConfigObject{
00011 
00012  private:
00013 
00014  public:
00019   Dif(string t) throw (ILCException::Exception);
00026   Dif(int id, string n, string t) throw (ILCException::Exception);
00027   ~Dif();
00028 
00029   string getObjectName() const {return "DIF";}
00030   string toXML() const throw (ILCException::Exception);
00031 
00032 };
00033 #endif

Generated on Tue Feb 28 15:35:34 2012 for ILCConfigurationDB by  doxygen 1.4.7