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