OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
45  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_USER;
46  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_PASSWD;
47  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_DBNAME;
48  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_HOST;
49  extern const std::string DEFAULT_OPENTREP_MYSQL_DB_PORT;
50 
62  extern const std::string DEFAULT_OPENTREP_SQLITE_DB_FILEPATH;
63 }
64 #endif // __OPENTREP_BAS_BASCONST_OPENTREP_SERVICE_HPP
const std::string DEFAULT_OPENTREP_MYSQL_DB_HOST
const std::string DEFAULT_OPENTREP_SQLITE_DB_FILEPATH
const std::string DEFAULT_OPENTREP_MYSQL_DB_USER
const std::string DEFAULT_OPENTREP_MYSQL_DB_DBNAME
const std::string DEFAULT_OPENTREP_MYSQL_DB_PORT
const std::string DEFAULT_OPENTREP_XAPIAN_DB_FILEPATH
const std::string DEFAULT_OPENTREP_MYSQL_DB_PASSWD
const std::string DEFAULT_OPENTREP_POR_FILEPATH