SpeasyProxyInterfaceConfig.hh
633 Bytes
/*
* SpeasyProxyInterfaceConfig.hh
*
* Created on: April 25, 2024
* Author: AKKODIS - Furkan
*/
#ifndef SPEASYPROXYINTERFACECONFIG_HH_
#define SPEASYPROXYINTERFACECONFIG_HH_
#include "log4cxx/logger.h"
#include <AMDA_exception.hh>
namespace AMDA {
/**
* @brief Implement ParamGet for a local file database
*/
namespace SpeasyProxyInterface {
extern log4cxx::LoggerPtr gLogger;
/**
* @brief Exception specific for AMDA::XMLConfigurator module
*/
struct exception: virtual AMDA::AMDA_exception { };
} /* namespace SpeasyProxyInterface */
} // namespace AMDA
#endif /* SPEASYPROXYINTERFACECONFIG_HH_ */