MIRA
Public Member Functions | List of all members
RPCClient::PendingResponseBase Struct Referenceabstract

Interface for PendingResponse. More...

#include <rpc/RPCClient.h>

Inheritance diagram for RPCClient::PendingResponseBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~PendingResponseBase ()
 
virtual void handleResponse (void *responsePtr)=0
 
virtual void handleServiceRemoved ()=0
 
virtual int getBackendTypeId () const =0
 

Detailed Description

Interface for PendingResponse.

See also
PendingResponse

Constructor & Destructor Documentation

◆ ~PendingResponseBase()

virtual ~PendingResponseBase ( )
inlinevirtual

Member Function Documentation

◆ handleResponse()

virtual void handleResponse ( void *  responsePtr)
pure virtual

◆ handleServiceRemoved()

virtual void handleServiceRemoved ( )
pure virtual

◆ getBackendTypeId()

virtual int getBackendTypeId ( ) const
pure virtual

The documentation for this struct was generated from the following file: