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
|
|
@ -83,8 +83,8 @@ public:
|
|||
};
|
||||
|
||||
// The client provides the main logic control for RTMP clients.
|
||||
class SrsRtmpConn : virtual public ISrsStartableConneciton, virtual public ISrsReloadHandler
|
||||
, virtual public ISrsCoroutineHandler, virtual public ISrsExpire
|
||||
class SrsRtmpConn : public ISrsStartableConneciton, public ISrsReloadHandler
|
||||
, public ISrsCoroutineHandler, public ISrsExpire
|
||||
{
|
||||
// For the thread to directly access any field of connection.
|
||||
friend class SrsPublishRecvThread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue