Searched refs:IClient (Results 1 – 2 of 2) sorted by relevance
28 class IClient; variable29 using IClientPtr = std::shared_ptr<IClient>;33 class IClient : public MsgHandler<MessageId, ClientMsgFun> {
27 class Client final : public StreamClient, public IClient, public std::enable_shared_from_this<IClie…