MIRA
|
Abstract interface for derived handler(s). More...
#include <rpc/AbstractInterfaceCallbackHandler.h>
Public Member Functions | |
virtual | ~AbstractInterfaceCallbackHandler () |
virtual void | newServiceInterface (const std::string &interface, const std::string &service)=0 |
Notifies that a new service that implements a special interface is available. More... | |
Abstract interface for derived handler(s).
The actual derived handler should manage an internal list of new services. Additionally, the handler usually will have its own thread for processing and relaying those pending new services.
|
inlinevirtual |
|
pure virtual |
Notifies that a new service that implements a special interface is available.
Implemented in ServiceInterfaceHandler.