mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
简化命名空间
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
#include "Util/onceToken.h"
|
||||
#include "Network/sockutil.h"
|
||||
|
||||
using namespace ZL::Network;
|
||||
using namespace toolkit;
|
||||
|
||||
namespace Config {
|
||||
namespace mediakit {
|
||||
|
||||
bool loadIniConfig(const char *ini_path){
|
||||
string ini;
|
||||
@@ -293,6 +293,6 @@ onceToken token([](){
|
||||
|
||||
} //namespace Hls
|
||||
|
||||
} // namespace Config
|
||||
} // namespace mediakit
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user