派生自 development/c++

xuxiuxi
2019-03-07 f2ac06cd25abc8d69ceeb0b19abdb5051d9fcf41
QiaoJiaSystem/VideoAnalysFromHC/RtspAnalysElement.h
@@ -21,7 +21,7 @@
    virtual ~RtspAnalysElement();
    int addCamera(const std::string &, const std::map<int, SdkRule>& sdkRuleMap);
    int addCamera(const std::string &, const std::map<int, SdkRule> &sdkRuleMap);
    int removeCamera(const std::string &);
@@ -40,7 +40,7 @@
    static std::vector<int> chnString2Vec(std::string str_list);
    void setDataByType(Json::Value& json,const SdkRule& rule);
//    void setDataByType(Json::Value& json,const SdkRule& rule);
private:
    LDBTool *m_lDBTool;