mirror of https://github.com/grpc/grpc.git
Change ProtoReflectionDescriptorDatabase to take grpc::ChannelInterface. (#31858)
Updates the ProtoReflectionDescriptorDatabase ctor to take a reference to std::shared_ptr<grpc::ChannelInterface> rather than std::shared_ptr<grpc::Channel>. This helps code that is making use of grpc::ChannelInterface from having to perform a cast from the Base to the Derived when creating the refelction db.pull/32041/head
parent
70d0b21e2a
commit
aa2956b05b
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue