mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Change virtual public to public. 4.0.109
This commit is contained in:
parent
53e20d4a37
commit
717e811002
25 changed files with 50 additions and 51 deletions
|
@ -192,7 +192,7 @@ public:
|
|||
};
|
||||
|
||||
// A worker coroutine to request the PLI.
|
||||
class SrsRtcPLIWorker : virtual public ISrsCoroutineHandler
|
||||
class SrsRtcPLIWorker : public ISrsCoroutineHandler
|
||||
{
|
||||
private:
|
||||
SrsCoroutine* trd_;
|
||||
|
@ -419,7 +419,7 @@ private:
|
|||
|
||||
// A RTC Peer Connection, SDP level object.
|
||||
//
|
||||
// For performance, we use non-virtual public from resource,
|
||||
// For performance, we use non-public from resource,
|
||||
// see https://stackoverflow.com/questions/3747066/c-cannot-convert-from-base-a-to-derived-type-b-via-virtual-base-a
|
||||
class SrsRtcConnection : public ISrsResource, public ISrsDisposingHandler
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue