/* * ParamNodeConfig.hh * * Created on: 10 sept. 2013 * Author: guillaume */ #ifndef PARAMNODECONFIG_HH_ #define PARAMNODECONFIG_HH_ #include #include 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_ */