简化命名空间

This commit is contained in:
xiongziliang
2018-10-24 17:17:55 +08:00
parent ed1402e9d6
commit 9f16cc1201
133 changed files with 446 additions and 788 deletions

View File

@@ -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