#ifndef IMAGEGRABBERI_H #define IMAGEGRABBERI_H #include "RecordVideo.h" #include #include class ImageGrabberI :public ::RecordVideo::ImageGrabber { public: ImageGrabberI(); virtual ::RecordVideo::ByteSequence grabImage(const ::Ice::Int index,const ::std::string&time, const ::Ice::Current& = ::Ice::emptyCurrent); virtual ::std::string grabImageUrl(const ::Ice::Int index,const ::std::string&time, const ::Ice::Current& = ::Ice::emptyCurrent); private: std::vector vec; FastdfsClient fdfsClient; }; #endif // IMAGEGRABBERI_H