简化命名空间

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

@@ -24,10 +24,9 @@
* SOFTWARE.
*/
#include <Http/HttpClientImp.h>
#include "Http/HttpClientImp.h"
namespace ZL {
namespace Http {
namespace mediakit {
HttpClientImp::HttpClientImp() {
// TODO Auto-generated constructor stub
@@ -87,5 +86,4 @@ int HttpClientImp::send(const Buffer::Ptr &buf) {
}
#endif //ENABLE_OPENSSL
} /* namespace Http */
} /* namespace ZL */
} /* namespace mediakit */