#ifndef DMySQLCallibration_h #define DMySQLCallibration_h namespace ccdb { class DMySQLCallibration { private: DMySQLCallibration(const DMySQLCallibration& rhs); DMySQLCallibration& operator=(const DMySQLCallibration& rhs); public: DMySQLCallibration(); virtual ~DMySQLCallibration(); }; } #endif // DMySQLCallibration_h