11 #ifndef GCOMM_COMMON_HPP
12 #define GCOMM_COMMON_HPP
14 #if defined(HAVE_COMMON_H)
22 #if defined(HAVE_COMMON_H)
23 static std::string
const TCP_SCHEME(COMMON_TCP_SCHEME);
24 static std::string
const UDP_SCHEME(COMMON_UDP_SCHEME);
25 static std::string
const SSL_SCHEME(COMMON_SSL_SCHEME);
27 static std::string
const BASE_PORT_KEY(COMMON_BASE_PORT_KEY);
28 static std::string
const BASE_PORT_DEFAULT(COMMON_BASE_PORT_DEFAULT);
30 static std::string
const TCP_SCHEME(
"tcp");
31 static std::string
const UDP_SCHEME(
"udp");
32 static std::string
const SSL_SCHEME(
"ssl");
34 static std::string
const BASE_PORT_KEY(
"base_port");
35 static std::string
const BASE_PORT_DEFAULT(
"4567");