mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
简化命名空间
This commit is contained in:
@@ -30,8 +30,7 @@
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
namespace ZL {
|
||||
namespace Http {
|
||||
namespace mediakit {
|
||||
|
||||
class HttpRequestSplitter {
|
||||
public:
|
||||
@@ -79,7 +78,6 @@ private:
|
||||
int64_t _content_len = 0;
|
||||
};
|
||||
|
||||
} /* namespace Http */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
#endif //ZLMEDIAKIT_HTTPREQUESTSPLITTER_H
|
||||
|
||||
Reference in New Issue
Block a user