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