NERoom SDK V1.32.0
载入中...
搜索中...
未找到
base_service_interface.h
浏览该文件的文档.
1// Copyright (c) 2022 NetEase, Inc. All rights reserved.
2// Use of this source code is governed by a MIT license that can be
3// found in the LICENSE file.
4
11#ifndef BASE_SERVICE_INTERFACE_H
12#define BASE_SERVICE_INTERFACE_H
13
14namespace neroom {
15
20public:
24 INEBaseService() = default;
25
29 virtual ~INEBaseService() = default;
30};
31
32} // namespace neroom
33
34#endif // BASE_SERVICE_INTERFACE_H
INEBaseService()=default
构造函数
virtual ~INEBaseService()=default
析构函数