remove explicit

pull/501/head
Yang Gao 10 years ago
parent 76bacbf358
commit 5f4f0c3170
  1. 6
      include/grpc++/stream.h

@ -85,9 +85,9 @@ class ClientReader final : public ClientStreamingInterface,
public ReaderInterface<R> {
public:
// Blocking create a stream and write the first request out.
explicit ClientReader(ChannelInterface *channel, const RpcMethod &method,
ClientContext *context,
const google::protobuf::Message &request)
ClientReader(ChannelInterface *channel, const RpcMethod &method,
ClientContext *context,
const google::protobuf::Message &request)
: call_(channel->CreateCall(method, context, &cq_)) {
CallOpBuffer buf;
buf.AddSendMessage(request);

Loading…
Cancel
Save