added missing return comment in rsfiles

This commit is contained in:
csoler 2019-01-11 22:14:07 +01:00
parent 396d58da58
commit e92c43f1f7
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -334,6 +334,7 @@ public:
* @jsonapi{development}
* @param[in] hash file identifier
* @param[in] flags action to perform. Pict into { RS_FILE_CTRL_PAUSE, RS_FILE_CTRL_START, RS_FILE_CTRL_FORCE_CHECK } }
* @return false if error occured such as unknown hash.
*/
virtual bool FileControl(const RsFileHash& hash, uint32_t flags) = 0;