恢复原来代码

This commit is contained in:
xiongziliang
2019-01-30 17:26:02 +08:00
parent c0d3c0f032
commit 6ecd21cd6c
3 changed files with 3 additions and 28 deletions

View File

@@ -28,7 +28,6 @@
#define SESSION_RTSPSESSION_H_
#include <set>
#include <atomic>
#include <vector>
#include <unordered_map>
#include "Util/util.h"
@@ -80,7 +79,6 @@ public:
void onRecv(const Buffer::Ptr &pBuf) override;
void onError(const SockException &err) override;
void onManager() override;
static uint32_t getSessionCountOnInterface(const string &ifr);
protected:
//RtspSplitter override
/**