21 #include <unity/scopes/Object.h>
22 #include <unity/scopes/OperationInfo.h>
23 #include <unity/scopes/ReplyProxyFwd.h>
63 virtual void error(std::exception_ptr ex) = 0;
virtual void info(OperationInfo const &op_info)=0
Informs the source of a query that additional information regarding the reply is available.
Allows query termination to be sent to the source of a query.
Definition: Reply.h:37
Top-level namespace for all things Unity-related.
Definition: Version.h:49
The root base class for all proxies.
Definition: Object.h:34
virtual ~Reply()
Destroys a Reply.
virtual void finished()=0
Informs the source of a query that the query results are complete.
virtual void error(std::exception_ptr ex)=0
Informs the source of a query that the query was terminated due to an error.
A container for details about something of interest that occurs during the operation of a request...
Definition: OperationInfo.h:42