consolidate TransportClient and ChannelImpl as ClientChannelImpl

This commit is contained in:
Michael Davidsaver
2017-11-06 15:51:43 -06:00
parent 7118e34222
commit 576b241faa
11 changed files with 71 additions and 99 deletions

View File

@@ -318,7 +318,7 @@ public:
}
bool acquire(
std::tr1::shared_ptr<TransportClient> const & client)
std::tr1::shared_ptr<ClientChannelImpl> const & client)
{
return false;
}