Skip to content
Snippets Groups Projects
Commit 318280c4 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY: ws changes

parent 84740bd9
No related branches found
No related tags found
1 merge request!11F files
...@@ -57,7 +57,7 @@ namespace caosdb::transaction { ...@@ -57,7 +57,7 @@ namespace caosdb::transaction {
const static std::string logger_name = "caosdb::transaction"; const static std::string logger_name = "caosdb::transaction";
/* /*
* Baseclass for UnaryRpcHandler, DownloadRequestHandler and * Baseclass for UnaryRpcHandler, DownloadRequestHandler and
* UploadRequestHandler * UploadRequestHandler
* *
* It handles a request: Its status is contained in the transaction_status * It handles a request: Its status is contained in the transaction_status
...@@ -72,12 +72,12 @@ public: ...@@ -72,12 +72,12 @@ public:
virtual void Start() = 0; virtual void Start() = 0;
/* /*
* ok indicates whether the current request is in a good state or not. If * ok indicates whether the current request is in a good state or not. If
* ok is false, the request will be ended. * ok is false, the request will be ended.
* *
* returns false if the handler is done * returns false if the handler is done
*/ */
virtual bool OnNext(bool ok) = 0; virtual bool OnNext(bool ok) = 0;
virtual void Cancel() = 0; virtual void Cancel() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment