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