1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
srs/trunk/src/kernel/srs_kernel_log.cpp
2022-06-20 19:22:25 +08:00

25 lines
247 B
C++

//
// Copyright (c) 2013-2022 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_kernel_log.hpp>
ISrsLog::ISrsLog()
{
}
ISrsLog::~ISrsLog()
{
}
ISrsContext::ISrsContext()
{
}
ISrsContext::~ISrsContext()
{
}