From 64d6eba32fc4e099e682604ba6e8d32c7950b52f Mon Sep 17 00:00:00 2001 From: miyanhui <dennismi1024@gmail.com> Date: 星期二, 12 二月 2019 15:37:11 +0800 Subject: [PATCH] 整理函数名称 --- QiaoJiaSystem/StructureApp/AppPipeController.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h index 9e031af..30337d1 100644 --- a/QiaoJiaSystem/StructureApp/AppPipeController.h +++ b/QiaoJiaSystem/StructureApp/AppPipeController.h @@ -19,7 +19,7 @@ #include "PerStaticElement.h" #include <jsoncpp/json/json.h> #include "DBStruct.h" - +#include <RtspAnalysServer.h> class AppPipeController : public PipeController { public: /*** @@ -110,6 +110,9 @@ std::string m_localIp; std::string getFullFileName(); std::mutex mutex; + bool m_bSetWH; + HiredisTool m_hiredisTool; + IceRpcClient<RtspAnalys::RtspAnalysServerPrx> rpcClient; }; #endif // APPPIPECONTROLLER_H -- Gitblit v1.8.0