mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #820, modules use service only.
This commit is contained in:
parent
ff822b55cd
commit
e3526c0cf6
34 changed files with 3061 additions and 2620 deletions
|
@ -30,14 +30,6 @@ using namespace std;
|
|||
#include <srs_app_utility.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
|
||||
IConnectionManager::IConnectionManager()
|
||||
{
|
||||
}
|
||||
|
||||
IConnectionManager::~IConnectionManager()
|
||||
{
|
||||
}
|
||||
|
||||
SrsConnection::SrsConnection(IConnectionManager* cm, st_netfd_t c, string cip)
|
||||
{
|
||||
id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue