mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
简化命名空间
This commit is contained in:
@@ -34,8 +34,7 @@
|
||||
using namespace std;
|
||||
|
||||
|
||||
namespace ZL {
|
||||
namespace Http {
|
||||
namespace mediakit {
|
||||
|
||||
class WebSocketHeader {
|
||||
public:
|
||||
@@ -130,8 +129,7 @@ private:
|
||||
uint64_t _playload_offset = 0;
|
||||
};
|
||||
|
||||
} /* namespace Http */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
|
||||
#endif //ZLMEDIAKIT_WEBSOCKETSPLITTER_H
|
||||
|
||||
Reference in New Issue
Block a user