From c089626f2d9ee90364abd24ecba7ffe567cb1163 Mon Sep 17 00:00:00 2001
From: miyanhui <dennismi1024@gmail.com>
Date: 星期二, 12 二月 2019 18:34:36 +0800
Subject: [PATCH] 修复合并代码的图片宽高不对问题

---
 QiaoJiaSystem/StructureApp/AppPipeController.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.h b/QiaoJiaSystem/StructureApp/AppPipeController.h
index b7effa4..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:
     /***
@@ -111,6 +111,8 @@
     std::string getFullFileName();
     std::mutex mutex;
     bool m_bSetWH;
+    HiredisTool m_hiredisTool;
+    IceRpcClient<RtspAnalys::RtspAnalysServerPrx> rpcClient;
 };
 
 #endif // APPPIPECONTROLLER_H

--
Gitblit v1.8.0