/* * Config.hh * * Created on: Nov 25, 2012 * Author: f.casimir */ #ifndef DownloadCONFIG_HH_ #define DownloadCONFIG_HH_ #include "log4cxx/logger.h" #include namespace AMDA { namespace ParamOutputImpl { namespace Download { extern log4cxx::LoggerPtr gLogger; /** * Exception specific for AMDA::XMLConfigurator module */ struct exception: virtual AMDA::AMDA_exception { }; } // namespace Download } // namespace ParamOutputImpl } /* namespace AMDA */ #endif /* DownloadCONFIG_HH_ */