34 #ifndef GRPCXX_IMPL_INTERNAL_STUB_H
35 #define GRPCXX_IMPL_INTERNAL_STUB_H
39 #include <grpc++/channel_interface.h>
45 InternalStub(
const std::shared_ptr<ChannelInterface>& channel)
46 : channel_(channel) {}
52 const std::shared_ptr<ChannelInterface> channel_;
57 #endif // GRPCXX_IMPL_INTERNAL_STUB_H
Definition: channel_interface.h:52
Definition: internal_stub.h:43