派生自 development/c++

chenshijun
2019-04-16 049e00dc49439d82f72d5f7c1b6cae6b9023686e
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;
};