pull/932/head
Yang Gao 10 years ago
parent 7694c35d5f
commit 5b61d5194d
  1. 1
      include/grpc++/async_unary_call.h
  2. 1
      include/grpc++/config.h
  3. 1
      include/grpc++/impl/client_unary_call.h

@ -77,7 +77,6 @@ class ClientAsyncResponseReader GRPC_FINAL {
call_.PerformOps(&finish_buf_);
}
private:
ClientContext* context_;
Call call_;

@ -34,7 +34,6 @@
#ifndef GRPCXX_CONFIG_H
#define GRPCXX_CONFIG_H
#ifdef GRPC_OLD_CXX
#define GRPC_FINAL
#define GRPC_OVERRIDE

@ -34,7 +34,6 @@
#ifndef GRPCXX_IMPL_CLIENT_UNARY_CALL_H
#define GRPCXX_IMPL_CLIENT_UNARY_CALL_H
#include <grpc++/config.h>
namespace grpc {

Loading…
Cancel
Save