huli 5 years ago
parent
commit
15167379f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.cpp

+ 1 - 0
main.cpp

@@ -33,6 +33,7 @@ bool read_proto_param(std::string file, ::google::protobuf::Message& parameter)
 int main(int argc,char* argv[])
 {
     //读取配置
+    ///
     setting::global_setting parameter;
 
     if(false==read_proto_param("",parameter))