NERoom SDK
V1.32.0
载入中...
搜索中...
未找到
include
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
14
namespace
neroom
{
15
19
class
INEBaseService
{
20
public
:
24
INEBaseService
() =
default
;
25
29
virtual
~INEBaseService
() =
default
;
30
};
31
32
}
// namespace neroom
33
34
#endif
// BASE_SERVICE_INTERFACE_H
neroom::INEBaseService
基础服务
定义
base_service_interface.h:19
neroom::INEBaseService::INEBaseService
INEBaseService()=default
构造函数
neroom::INEBaseService::~INEBaseService
virtual ~INEBaseService()=default
析构函数
neroom
定义
auth_service_interface.h:18
制作者
1.11.0