mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
简化命名空间
This commit is contained in:
@@ -29,9 +29,8 @@
|
||||
|
||||
#include "HttpClientImp.h"
|
||||
|
||||
namespace ZL{
|
||||
namespace Http{
|
||||
|
||||
namespace mediakit{
|
||||
|
||||
class HttpRequester : public HttpClientImp
|
||||
{
|
||||
public:
|
||||
@@ -50,7 +49,6 @@ private:
|
||||
HttpRequesterResult _onResult;
|
||||
};
|
||||
|
||||
}//namespace Http
|
||||
}//namespace ZL
|
||||
}//namespace mediakit
|
||||
|
||||
#endif /* Htt_HttpRequester_h */
|
||||
|
||||
Reference in New Issue
Block a user