Remove `include/grpcpp/impl/codegen/call_op_set.h` (#31310)

pull/31519/head
Cheng-Yu Chung 2 years ago committed by GitHub
parent cc11f21ef0
commit 08ee2a3487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD
  2. 2
      CMakeLists.txt
  3. 2
      build_autogenerated.yaml
  4. 1
      gRPC-C++.podspec
  5. 1040
      include/grpcpp/impl/call_op_set.h
  6. 2
      include/grpcpp/impl/client_unary_call.h
  7. 1019
      include/grpcpp/impl/codegen/call_op_set.h
  8. 2
      include/grpcpp/server_context.h
  9. 2
      include/grpcpp/support/async_unary_call.h
  10. 3
      include/grpcpp/support/client_callback.h
  11. 2
      include/grpcpp/support/server_callback.h
  12. 2
      src/cpp/server/server_cc.cc
  13. 2
      src/cpp/server/server_context.cc
  14. 1
      tools/doxygen/Doxyfile.c++
  15. 1
      tools/doxygen/Doxyfile.c++.internal

@ -335,6 +335,7 @@ GRPCXX_PUBLIC_HDRS = [
"include/grpcpp/health_check_service_interface.h",
"include/grpcpp/impl/call_hook.h",
"include/grpcpp/impl/call_op_set_interface.h",
"include/grpcpp/impl/call_op_set.h",
"include/grpcpp/impl/call.h",
"include/grpcpp/impl/channel_argument_option.h",
"include/grpcpp/impl/channel_interface.h",

2
CMakeLists.txt generated

@ -3364,6 +3364,7 @@ foreach(_hdr
include/grpcpp/health_check_service_interface.h
include/grpcpp/impl/call.h
include/grpcpp/impl/call_hook.h
include/grpcpp/impl/call_op_set.h
include/grpcpp/impl/call_op_set_interface.h
include/grpcpp/impl/channel_argument_option.h
include/grpcpp/impl/channel_interface.h
@ -4036,6 +4037,7 @@ foreach(_hdr
include/grpcpp/health_check_service_interface.h
include/grpcpp/impl/call.h
include/grpcpp/impl/call_hook.h
include/grpcpp/impl/call_op_set.h
include/grpcpp/impl/call_op_set_interface.h
include/grpcpp/impl/channel_argument_option.h
include/grpcpp/impl/channel_interface.h

@ -2745,6 +2745,7 @@ libs:
- include/grpcpp/health_check_service_interface.h
- include/grpcpp/impl/call.h
- include/grpcpp/impl/call_hook.h
- include/grpcpp/impl/call_op_set.h
- include/grpcpp/impl/call_op_set_interface.h
- include/grpcpp/impl/channel_argument_option.h
- include/grpcpp/impl/channel_interface.h
@ -3160,6 +3161,7 @@ libs:
- include/grpcpp/health_check_service_interface.h
- include/grpcpp/impl/call.h
- include/grpcpp/impl/call_hook.h
- include/grpcpp/impl/call_op_set.h
- include/grpcpp/impl/call_op_set_interface.h
- include/grpcpp/impl/channel_argument_option.h
- include/grpcpp/impl/channel_interface.h

1
gRPC-C++.podspec generated

@ -95,6 +95,7 @@ Pod::Spec.new do |s|
'include/grpcpp/health_check_service_interface.h',
'include/grpcpp/impl/call.h',
'include/grpcpp/impl/call_hook.h',
'include/grpcpp/impl/call_op_set.h',
'include/grpcpp/impl/call_op_set_interface.h',
'include/grpcpp/impl/channel_argument_option.h',
'include/grpcpp/impl/channel_interface.h',

File diff suppressed because it is too large Load Diff

@ -20,8 +20,8 @@
#define GRPCPP_IMPL_CLIENT_UNARY_CALL_H
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/channel_interface.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/support/config.h>
#include <grpcpp/support/status.h>

File diff suppressed because it is too large Load Diff

@ -30,7 +30,7 @@
#include <grpc/impl/codegen/compression_types.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/codegen/callback_common.h>
#include <grpcpp/impl/codegen/completion_queue_tag.h>
#include <grpcpp/impl/codegen/create_auth_context.h>

@ -22,9 +22,9 @@
#include <grpc/grpc.h>
#include <grpcpp/client_context.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/call_op_set_interface.h>
#include <grpcpp/impl/channel_interface.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/service_type.h>
#include <grpcpp/server_context.h>

@ -23,8 +23,7 @@
#include <functional>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/channel_interface.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/codegen/callback_common.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/sync.h>

@ -24,7 +24,7 @@
#include <type_traits>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/codegen/callback_common.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/sync.h>

@ -43,8 +43,8 @@
#include <grpcpp/generic/async_generic_service.h>
#include <grpcpp/health_check_service_interface.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/call_op_set_interface.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/codegen/completion_queue_tag.h>
#include <grpcpp/impl/codegen/interceptor_common.h>
#include <grpcpp/impl/codegen/metadata_map.h>

@ -42,8 +42,8 @@
#include <grpcpp/completion_queue.h>
#include <grpcpp/ext/call_metric_recorder.h>
#include <grpcpp/impl/call.h>
#include <grpcpp/impl/call_op_set.h>
#include <grpcpp/impl/call_op_set_interface.h>
#include <grpcpp/impl/codegen/call_op_set.h>
#include <grpcpp/impl/codegen/callback_common.h>
#include <grpcpp/impl/codegen/completion_queue_tag.h>
#include <grpcpp/impl/codegen/interceptor_common.h>

@ -956,6 +956,7 @@ include/grpcpp/grpcpp.h \
include/grpcpp/health_check_service_interface.h \
include/grpcpp/impl/call.h \
include/grpcpp/impl/call_hook.h \
include/grpcpp/impl/call_op_set.h \
include/grpcpp/impl/call_op_set_interface.h \
include/grpcpp/impl/channel_argument_option.h \
include/grpcpp/impl/channel_interface.h \

@ -956,6 +956,7 @@ include/grpcpp/grpcpp.h \
include/grpcpp/health_check_service_interface.h \
include/grpcpp/impl/call.h \
include/grpcpp/impl/call_hook.h \
include/grpcpp/impl/call_op_set.h \
include/grpcpp/impl/call_op_set_interface.h \
include/grpcpp/impl/channel_argument_option.h \
include/grpcpp/impl/channel_interface.h \

Loading…
Cancel
Save