Blame view

src/ParamGetImpl/LocalFileInterface/LocalFileInterfaceConfig.hh 611 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * LocalFileInterfaceConfig.hh
 *
 *  Created on: Nov 22, 2014
 *      Author: AKKA
 */

#ifndef LOCALFILEINTERFACECONFIG_HH_
#define LOCALFILEINTERFACECONFIG_HH_

#include "log4cxx/logger.h"

#include <AMDA_exception.hh>

namespace AMDA {
/**
 * @brief Implement ParamGet for a local file database
 */
namespace LocalFileInterface {

	extern log4cxx::LoggerPtr gLogger;

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

} /* namespace LocalFileInterface */
} // namespace AMDA

#endif /* LOCALFILEINTERFACECONFIG_HH_ */