grpc/include/grpc++
Craig Tiller 0c742dbbb3 [clang-format] Remove requirement that port_platform.h is at the top (#36278)
Closes #36278

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36278 from ctiller:port_platform-include-grpc++-impl-clang-format d49bba38bb
PiperOrigin-RevId: 623302426
2024-04-09 15:48:13 -07:00
..
ext Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
generic Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
impl [clang-format] Remove requirement that port_platform.h is at the top (#36278) 2024-04-09 15:48:13 -07:00
security Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
support Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
test Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
README.md Explain include/grpc++ vs include/grpcpp 2021-02-17 12:08:59 -08:00
alarm.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
completion_queue.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_channel.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
create_channel_posix.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc++.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
health_check_service_interface.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
resource_quota.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_builder.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_context.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_posix.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00

README.md

include/grpc++

This was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by include/grpcpp but the old directory structure is still present to avoid breaking code that used the old include files. All new include files are only in include/grpcpp.