#include <it_bus/client_service.h>
Inheritance diagram for IT_Bus::ClientService:

The client service may be used instead of the proxy to invoke on an operation.
Definition at line 27 of file client_service.h.
Public Member Functions | |
| virtual void | invoke (ClientOperation &client_operation)=0 |
| Invoke on a specific operation. | |
Protected Member Functions | |
| ClientService () | |
| virtual void IT_Bus::ClientService::invoke | ( | ClientOperation & | client_operation | ) | [pure virtual] |
Invoke on a specific operation.
| A | reference to the client operation object that represents the desired operation. |
Implemented in IT_Bus::PDKClientService.
1.4.7