派生自 development/c++

xuxiuxi
2019-03-15 cdfb8eb2a956d25d688033be735f4741b2ab58bd
QiaoJiaSystem/FaceDetectServer/FaceDetectServerI.h
@@ -20,6 +20,9 @@
    // FaceDetectServer interface
public:
    virtual FaceDetect::ThftResult faceProperty(Ice::Int, Ice::Int, const FaceDetect::FacePos &, const std::string &, const Ice::Current &) override;
private:
    int m_ampleSize;
};