mirror of
https://github.com/ossrs/srs.git
synced 2025-02-24 15:04:20 +00:00
* Refine AUTHORS.txt to AUTHORS.md, etc. 5.0.8 * Update README.md * Update README.md * Refine format for AUTHORS.md
25 lines
231 B
C++
25 lines
231 B
C++
//
|
|
// Copyright (c) 2013-2021 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#include <srs_kernel_log.hpp>
|
|
|
|
ISrsLog::ISrsLog()
|
|
{
|
|
}
|
|
|
|
ISrsLog::~ISrsLog()
|
|
{
|
|
}
|
|
|
|
ISrsContext::ISrsContext()
|
|
{
|
|
}
|
|
|
|
ISrsContext::~ISrsContext()
|
|
{
|
|
}
|
|
|
|
|