mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
简化命名空间
This commit is contained in:
@@ -35,10 +35,9 @@
|
||||
#include "Util/logger.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
using namespace toolkit;
|
||||
|
||||
namespace ZL {
|
||||
namespace DEV {
|
||||
namespace mediakit {
|
||||
|
||||
class connectInfo {
|
||||
public:
|
||||
@@ -130,7 +129,6 @@ protected:
|
||||
bool m_bAudioSeted = false;
|
||||
};
|
||||
|
||||
} /* namespace DEV */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
#endif /* DEVICE_DEVICEHK_H_ */
|
||||
|
||||
Reference in New Issue
Block a user