add Disconnect to Close

pull/2356/head
Isaac Connor 2018-05-26 13:03:13 -04:00
parent 84db1be31d
commit 64d5f180c8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
int Capture( Image &image );
int PostCapture();
int CaptureAndRecord( Image &image, timeval recording, char* event_directory ) {return 0;};
int Close() { return 0; };
int Close() { Disconnect(); return 0; };
};
#endif // ZM_REMOTE_CAMERA_HTTP_H