[c++ grpc] Switch to grpcpp include path

The gRPC++ headers were moved from grpc++ to grpcpp as part of [gRPC
proposal L22, "gRPC C++ Public Header Directory Change"][1].

Fixes https://github.com/Microsoft/bond/issues/813

[1]: https://github.com/grpc/proposal/blob/master/L22-change-grpc%2B%2B-dir-name.md
This commit is contained in:
Christopher Warrington 2018-03-07 09:47:09 -08:00 коммит произвёл Ara Ayvazyan
Родитель b9b1ff73ed
Коммит 4117c04db8
15 изменённых файлов: 54 добавлений и 53 удалений

Просмотреть файл

@ -49,11 +49,11 @@ grpc_h export_attribute cpp file imports declarations = ("_grpc.h", [lt|
#pragma warning (disable: 4100 4267)
#endif
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/client_context.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/codegen/client_context.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/status.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -25,11 +25,11 @@
#pragma warning (disable: 4100 4267)
#endif
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/client_context.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/codegen/client_context.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/status.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -25,11 +25,11 @@
#pragma warning (disable: 4100 4267)
#endif
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/client_context.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/codegen/client_context.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/status.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -26,11 +26,11 @@
#pragma warning (disable: 4100 4267)
#endif
#include <grpc++/impl/codegen/channel_interface.h>
#include <grpc++/impl/codegen/client_context.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/impl/codegen/channel_interface.h>
#include <grpcpp/impl/codegen/client_context.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/status.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -10,15 +10,15 @@
#include <bond/core/reflection.h>
#include <bond/stream/output_buffer.h>
#include <grpc++/impl/codegen/config.h>
#include <grpc++/impl/codegen/core_codegen.h>
#include <grpc++/impl/codegen/core_codegen_interface.h>
#include <grpc++/impl/codegen/serialization_traits.h>
#include <grpc++/impl/codegen/status.h>
#include <grpc++/impl/codegen/status_code_enum.h>
#include <grpc++/support/slice.h>
#include <grpc/impl/codegen/byte_buffer_reader.h>
#include <grpc/impl/codegen/slice.h>
#include <grpcpp/impl/codegen/config.h>
#include <grpcpp/impl/codegen/core_codegen.h>
#include <grpcpp/impl/codegen/core_codegen_interface.h>
#include <grpcpp/impl/codegen/serialization_traits.h>
#include <grpcpp/impl/codegen/status.h>
#include <grpcpp/impl/codegen/status_code_enum.h>
#include <grpcpp/support/slice.h>
#include <boost/assert.hpp>
#include <boost/make_shared.hpp>

Просмотреть файл

@ -7,8 +7,8 @@
#include <bond/core/bonded.h>
#include <grpc++/impl/codegen/status.h>
#include <grpc++/client_context.h>
#include <grpcpp/impl/codegen/status.h>
#include <grpcpp/client_context.h>
#include <memory>
#include <utility>

Просмотреть файл

@ -16,10 +16,10 @@
#pragma warning (disable: 4100 4702)
#endif
#include <grpc++/grpc++.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/service_type.h>
#include <grpcpp/impl/codegen/status.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -10,9 +10,10 @@
#pragma warning (disable: 4100 4702)
#endif
#include <grpc++/grpc++.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/rpc_service_method.h>
#include <grpcpp/impl/codegen/service_type.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -14,10 +14,10 @@
#pragma warning (disable: 4100 4702)
#endif
#include <grpc++/grpc++.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/impl/codegen/rpc_method.h>
#include <grpcpp/impl/codegen/service_type.h>
#include <grpcpp/impl/codegen/status.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -19,10 +19,10 @@
#pragma warning (disable: 4100 4291 4702)
#endif
#include <grpc++/grpc++.h>
#include <grpc++/impl/codegen/async_unary_call.h>
#include <grpc++/impl/codegen/status.h>
#include <grpc++/impl/codegen/server_context.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/impl/codegen/async_unary_call.h>
#include <grpcpp/impl/codegen/status.h>
#include <grpcpp/impl/codegen/server_context.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -13,8 +13,8 @@
#pragma warning (disable: 4100 4702)
#endif
#include <grpc++/grpc++.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -46,7 +46,7 @@
#pragma warning (disable: 4100 4702)
#endif
#include <grpc++/grpc++.h>
#include <grpcpp/grpcpp.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -47,7 +47,7 @@
#pragma warning (disable: 4100 4702)
#endif
#include <grpc++/server_builder.h>
#include <grpcpp/server_builder.h>
#ifdef _MSC_VER
#pragma warning (pop)

Просмотреть файл

@ -9,7 +9,7 @@
#include <bond/ext/grpc/exception.h>
#include <bond/ext/grpc/client_callback.h>
#include <grpc++/impl/codegen/status.h>
#include <grpcpp/impl/codegen/status.h>
#include <boost/optional.hpp>

Просмотреть файл

@ -7,12 +7,12 @@
#pragma warning(disable : 4505) // disable "unreferenced local function has been removed" warning
#endif
#include <grpc++/grpc++.h>
#include <grpc++/alarm.h>
#include <grpc++/impl/codegen/completion_queue.h>
#include <grpc++/impl/grpc_library.h>
#include <grpc/grpc.h>
#include <grpc/support/time.h>
#include <grpcpp/alarm.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/impl/codegen/completion_queue.h>
#include <grpcpp/impl/grpc_library.h>
#ifdef _MSC_VER
#pragma warning(pop)