简化命名空间

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

@@ -40,11 +40,9 @@
#include "Rtsp/Rtsp.h"
using namespace std;
using namespace Config;
using namespace ZL::Util;
using namespace toolkit;
namespace ZL {
namespace Media {
namespace mediakit {
class MediaSourceEvent
{
@@ -234,8 +232,7 @@ private:
static recursive_mutex g_mtxMediaSrc; //访问静态的媒体源表的互斥锁
};
} /* namespace Media */
} /* namespace ZL */
} /* namespace mediakit */
#endif //ZLMEDIAKIT_MEDIASOURCE_H