简化命名空间

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

@@ -45,12 +45,9 @@
#include "Thread/ThreadPool.h"
using namespace std;
using namespace ZL::Util;
using namespace ZL::Thread;
using namespace ZL::Media;
using namespace toolkit;
namespace ZL {
namespace Rtsp {
namespace mediakit {
class RtspMediaSource: public MediaSource {
public:
@@ -102,7 +99,6 @@ protected:
RingType::Ptr _pRing; //rtp环形缓冲
};
} /* namespace Rtsp */
} /* namespace ZL */
} /* namespace mediakit */
#endif /* SRC_RTSP_RTSPMEDIASOURCE_H_ */