Skip to content
Snippets Groups Projects

F files

Merged Timm Fitschen requested to merge f-files into dev
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
@@ -57,7 +57,7 @@ namespace caosdb::transaction {
const static std::string logger_name = "caosdb::transaction";
/*
* Baseclass for UnaryRpcHandler, DownloadRequestHandler and
* Baseclass for UnaryRpcHandler, DownloadRequestHandler and
* UploadRequestHandler
*
* It handles a request: Its status is contained in the transaction_status
@@ -72,12 +72,12 @@ public:
virtual void Start() = 0;
/*
* ok indicates whether the current request is in a good state or not. If
* ok is false, the request will be ended.
*
* returns false if the handler is done
*/
/*
* ok indicates whether the current request is in a good state or not. If
* ok is false, the request will be ended.
*
* returns false if the handler is done
*/
virtual bool OnNext(bool ok) = 0;
virtual void Cancel() = 0;
Loading