ConstantInterfaceConfig.hh 594 Bytes
/*
 * ConstantInterfaceConfig.hh
 *
 *  Created on: Jan 31, 2019
 *      Author: AKKA
 */

#ifndef CONSTANTINTERFACECONFIG_HH_
#define CONSTANTINTERFACECONFIG_HH_

#include "log4cxx/logger.h"

#include <AMDA_exception.hh>

namespace AMDA {
/**
 * @brief Implement ParamGet for a constant
 */
namespace ConstantInterface {

	extern log4cxx::LoggerPtr gLogger;

	/**
     * @brief Exception specific for AMDA::XMLConfigurator module
     */
    struct exception: virtual AMDA::AMDA_exception { };

} /* namespace ConstantInterface */
} // namespace AMDA

#endif /* CONSTANTINTERFACECONFIG_HH_ */