mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Rename service to protocol files.
This commit is contained in:
parent
f1840b87e5
commit
665ad564fb
46 changed files with 506 additions and 526 deletions
32
trunk/src/protocol/srs_protocol_conn.cpp
Normal file
32
trunk/src/protocol/srs_protocol_conn.cpp
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
//
|
||||
// Copyright (c) 2013-2021 The SRS Authors
|
||||
//
|
||||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_protocol_conn.hpp>
|
||||
|
||||
ISrsResource::ISrsResource()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsResource::~ISrsResource()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsResourceManager::ISrsResourceManager()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsResourceManager::~ISrsResourceManager()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsConnection::ISrsConnection()
|
||||
{
|
||||
}
|
||||
|
||||
ISrsConnection::~ISrsConnection()
|
||||
{
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue