OpenTREP Logo  0.07.9
C++ Open Travel Request Parsing Library
BasConst_OPENTREP_Service.hpp
Go to the documentation of this file.
1 #ifndef __OPENTREP_BAS_BASCONST_OPENTREP_SERVICE_HPP
2 #define __OPENTREP_BAS_BASCONST_OPENTREP_SERVICE_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 #include <string>
8 
9 namespace OPENTREP {
10 
22  extern const std::string DEFAULT_OPENTREP_POR_FILEPATH;
23 
30  extern const std::string DEFAULT_OPENTREP_XAPIAN_DB_FILEPATH;
31 
40 
44  extern const std::string DEFAULT_OPENTREP_SQL_DB_TYPE;
45 
58  extern const std::string DEFAULT_OPENTREP_MYSQL_CONN_STRING;
59 
66  extern const std::string DEFAULT_OPENTREP_SQLITE_DB_FILEPATH;
67 
81  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_USER;
82  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_PASSWD;
83  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_DBNAME;
84  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_HOST;
85  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_PORT;
86 
94  extern const unsigned short DEFAULT_OPENTREP_DEPLOYMENT_NUMBER;
95 
101  extern const unsigned short DEFAULT_OPENTREP_DEPLOYMENT_NUMBER_SIZE;
102 
111  extern const bool DEFAULT_OPENTREP_INCLUDE_NONIATA_POR;
112 
118  extern const bool DEFAULT_OPENTREP_INDEX_IN_XAPIAN;
119 
125  extern const bool DEFAULT_OPENTREP_ADD_IN_DB;
126 
127 }
128 #endif // __OPENTREP_BAS_BASCONST_OPENTREP_SERVICE_HPP
const std::string DEFAULT_OPENTREP_SQLITE_DB_FILEPATH
const bool DEFAULT_OPENTREP_SQLITE_DB_FILLING_INDICATOR
const unsigned short DEFAULT_OPENTREP_DEPLOYMENT_NUMBER_SIZE
const bool DEFAULT_OPENTREP_INCLUDE_NONIATA_POR
const std::string DEFAULT_OPENTREP_MYSQL_DB_PORT
const std::string DEFAULT_OPENTREP_SQL_DB_TYPE
const std::string DEFAULT_OPENTREP_MYSQL_DB_DBNAME
const std::string DEFAULT_OPENTREP_MYSQL_DB_USER
const std::string DEFAULT_OPENTREP_MYSQL_DB_PASSWD
const bool DEFAULT_OPENTREP_INDEX_IN_XAPIAN
const std::string DEFAULT_OPENTREP_MYSQL_DB_HOST
const unsigned short DEFAULT_OPENTREP_DEPLOYMENT_NUMBER
const std::string DEFAULT_OPENTREP_MYSQL_CONN_STRING
const std::string DEFAULT_OPENTREP_XAPIAN_DB_FILEPATH
const bool DEFAULT_OPENTREP_ADD_IN_DB
const std::string DEFAULT_OPENTREP_POR_FILEPATH