mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
Unified code style (#2137)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef ZLMEDIAKIT_WEBRTCSESSION_H
|
||||
#define ZLMEDIAKIT_WEBRTCSESSION_H
|
||||
|
||||
#include "WebRtcTransport.h"
|
||||
#include "Network/Session.h"
|
||||
#include "Http/HttpRequestSplitter.h"
|
||||
|
||||
@@ -47,7 +48,7 @@ private:
|
||||
Ticker _ticker;
|
||||
struct sockaddr_storage _peer_addr;
|
||||
std::weak_ptr<toolkit::TcpServer> _server;
|
||||
std::shared_ptr<WebRtcTransportImp> _transport;
|
||||
WebRtcTransportImp::Ptr _transport;
|
||||
};
|
||||
|
||||
}// namespace mediakit
|
||||
|
||||
Reference in New Issue
Block a user