19 #ifndef UNITY_SCOPES_REPLY_H
20 #define UNITY_SCOPES_REPLY_H
22 #include <unity/scopes/Object.h>
23 #include <unity/scopes/ReplyProxyFwd.h>
63 virtual void error(std::exception_ptr ex) = 0;
Allows query termination to be sent to the source of a query.
Definition: Reply.h:37
The root base class for all proxies.
Definition: Object.h:35
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.