ParamNodeConfig.hh 528 Bytes
/*
 * ParamNodeConfig.hh
 *
 *  Created on: 10 sept. 2013
 *      Author: guillaume
 */

#ifndef PARAMNODECONFIG_HH_
#define PARAMNODECONFIG_HH_

#include <log4cxx/logger.h>

#include <AMDA_exception.hh>


namespace AMDA {
	namespace ParamOutputImpl {
		namespace DataMining {

			extern log4cxx::LoggerPtr gLogger;

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

		} // DataMining
	} // ParamOutputImpl
} // AMDA
#endif /* PARAMNODECONFIG_HH_ */