mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 13:35:58 +08:00
TcpSession/UdpSession统一为Session类
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
#include <functional>
|
||||
#include "Common/config.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
#include "Network/TcpSession.h"
|
||||
#include "Network/Session.h"
|
||||
|
||||
namespace mediakit {
|
||||
|
||||
class ShellSession: public toolkit::TcpSession {
|
||||
class ShellSession: public toolkit::Session {
|
||||
public:
|
||||
ShellSession(const toolkit::Socket::Ptr &_sock);
|
||||
virtual ~ShellSession();
|
||||
|
||||
Reference in New Issue
Block a user