Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005)

pull/31071/head
Cheng-Yu Chung 2 years ago committed by GitHub
parent e475e165a7
commit 17f515744f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1209
      include/grpcpp/impl/codegen/client_callback.h
  2. 1207
      include/grpcpp/support/client_callback.h
  3. 4
      src/compiler/cpp_generator.cc
  4. 2
      test/cpp/codegen/compiler_test_golden

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -140,7 +140,7 @@ std::string GetHeaderIncludes(grpc_generator::File* file,
"grpcpp/generic/async_generic_service.h",
"grpcpp/support/async_stream.h",
"grpcpp/support/async_unary_call.h",
"grpcpp/impl/codegen/client_callback.h",
"grpcpp/support/client_callback.h",
"grpcpp/impl/codegen/client_context.h",
"grpcpp/impl/codegen/completion_queue.h",
"grpcpp/impl/codegen/message_allocator.h",
@ -1652,7 +1652,7 @@ std::string GetSourceIncludes(grpc_generator::File* file,
"grpcpp/support/async_unary_call.h",
"grpcpp/impl/codegen/channel_interface.h",
"grpcpp/impl/codegen/client_unary_call.h",
"grpcpp/impl/codegen/client_callback.h",
"grpcpp/support/client_callback.h",
"grpcpp/impl/codegen/message_allocator.h",
"grpcpp/impl/codegen/method_handler.h",
"grpcpp/impl/codegen/rpc_service_method.h",

@ -30,7 +30,7 @@
#include <grpcpp/generic/async_generic_service.h>
#include <grpcpp/support/async_stream.h>
#include <grpcpp/support/async_unary_call.h>
#include <grpcpp/impl/codegen/client_callback.h>
#include <grpcpp/support/client_callback.h>
#include <grpcpp/impl/codegen/client_context.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/message_allocator.h>

Loading…
Cancel
Save