派生自 development/c++

miyanhui
2019-02-12 c089626f2d9ee90364abd24ecba7ffe567cb1163
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:
    /***
@@ -109,7 +109,10 @@
    SdkRuleMap m_sdkRuleMap;
    std::string m_localIp;
    std::string getFullFileName();
    std::mutex mutex;
    bool m_bSetWH;
    HiredisTool m_hiredisTool;
    IceRpcClient<RtspAnalys::RtspAnalysServerPrx> rpcClient;
};
#endif // APPPIPECONTROLLER_H