1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-24 23:14:19 +00:00
srs/trunk/src/protocol/srs_service_conn.cpp

33 lines
377 B
C++
Raw Normal View History

//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
2017-03-26 05:40:39 +00:00
#include <srs_service_conn.hpp>
2020-09-19 02:30:05 +00:00
ISrsResource::ISrsResource()
2017-03-26 05:40:39 +00:00
{
}
2020-09-19 02:30:05 +00:00
ISrsResource::~ISrsResource()
{
}
ISrsResourceManager::ISrsResourceManager()
2017-03-26 05:40:39 +00:00
{
}
2020-09-19 02:30:05 +00:00
ISrsResourceManager::~ISrsResourceManager()
2017-03-26 05:40:39 +00:00
{
}
2020-09-19 02:30:05 +00:00
ISrsConnection::ISrsConnection()
{
}
ISrsConnection::~ISrsConnection()
2017-03-26 05:40:39 +00:00
{
}