10 #ifndef _STRUS_LIB_RPC_CLIENT_HPP_INCLUDED
11 #define _STRUS_LIB_RPC_CLIENT_HPP_INCLUDED
21 class ErrorBufferInterface;
29 ErrorBufferInterface* errorhnd);
Interface providing a mechanism to create and address objects residing on server side.
Definition: rpcClientInterface.hpp:25
Interface providing a mechanism for the client to send and receive messages.
Definition: rpcClientMessagingInterface.hpp:19
RpcClientInterface * createRpcClient(RpcClientMessagingInterface *connector, ErrorBufferInterface *errorhnd)
Creates an RPC Client connection to the server.