|
ImagingTools Core SDK
|
#include <IResponseDispatcher.h>
Public Member Functions | |
| virtual bool | SendResponse (const QByteArray &requestId, ConstResponsePtr &response) const =0 |
| virtual bool | SendRequest (const QByteArray &requestId, ConstRequestPtr &request) const =0 |
Common interface for dispatching responses and requests to clients.
Definition at line 17 of file IResponseDispatcher.h.
|
pure virtual |
Send a request to the client identified by the given request ID.
|
pure virtual |
Send a response to the client identified by the given request ID.