diff options
author | Vijay Pai <vpai@google.com> | 2018-12-17 17:03:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 17:03:05 -0800 |
commit | d4c5a5e5658ce6977a2b17092496368dfa1277dc (patch) | |
tree | ff831098761c7af137d694e0f5379573b48d305a /tools/run_tests/generated/sources_and_headers.json | |
parent | d198607457a6f5d47e8c134277ebfe3706f9476b (diff) | |
parent | c52ae0d0005ccf98c6e734db34cd2634e5aa26ef (diff) |
Merge pull request #17531 from vjpai/header_names
Give the interceptors header files in include/grpcpp/support
Diffstat (limited to 'tools/run_tests/generated/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index 40c49895fd..ad8c894fde 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -11546,10 +11546,13 @@ "include/grpcpp/support/byte_buffer.h", "include/grpcpp/support/channel_arguments.h", "include/grpcpp/support/client_callback.h", + "include/grpcpp/support/client_interceptor.h", "include/grpcpp/support/config.h", + "include/grpcpp/support/interceptor.h", "include/grpcpp/support/proto_buffer_reader.h", "include/grpcpp/support/proto_buffer_writer.h", "include/grpcpp/support/server_callback.h", + "include/grpcpp/support/server_interceptor.h", "include/grpcpp/support/slice.h", "include/grpcpp/support/status.h", "include/grpcpp/support/status_code_enum.h", @@ -11652,10 +11655,13 @@ "include/grpcpp/support/byte_buffer.h", "include/grpcpp/support/channel_arguments.h", "include/grpcpp/support/client_callback.h", + "include/grpcpp/support/client_interceptor.h", "include/grpcpp/support/config.h", + "include/grpcpp/support/interceptor.h", "include/grpcpp/support/proto_buffer_reader.h", "include/grpcpp/support/proto_buffer_writer.h", "include/grpcpp/support/server_callback.h", + "include/grpcpp/support/server_interceptor.h", "include/grpcpp/support/slice.h", "include/grpcpp/support/status.h", "include/grpcpp/support/status_code_enum.h", |