10 #ifndef _STRUS_LIB_RPC_CLIENT_SOCKET_HPP_INCLUDED
11 #define _STRUS_LIB_RPC_CLIENT_SOCKET_HPP_INCLUDED
18 class RpcClientMessagingInterface;
20 class ErrorBufferInterface;
25 RpcClientMessagingInterface*
27 const std::string& config,
28 ErrorBufferInterface* errorhnd);
RpcClientMessagingInterface * createRpcClientMessaging(const std::string &config, ErrorBufferInterface *errorhnd)
Create a messaging interface for the strus RPC Client based on sockets.