SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
config.hpp
1//
2// © NTT DOCOMO BUSINESS, Inc. All Rights Reserved.
3//
4
5#ifndef SKYWAY_GLOBAL_CONFIG_HPP_
6#define SKYWAY_GLOBAL_CONFIG_HPP_
7
8namespace skyway {
9namespace global {
10namespace config {
11
12extern const int kDefaultTimeoutSec;
13extern const int kMaxThreadNameSize;
14
15}
16} // namespace global
17} // namespace skyway
18
19#endif /* SKYWAY_GLOBAL_CONFIG_HPP_ */