grpc/include/grpc++
Cheng-Yu Chung 47b9a57de9
Remove `g_glip` and `class GrpcLibraryInterface` (#30414)
* Remove `g_glip` and `class GrpcLibraryInterface`

* Update

* Update

* Update

* Automated change: Fix sanity tests (#20)

* Update

* Update

* Update

* Test

* Fix

* Revert "Test"

This reverts commit 2f5c77e98d.

* More fix

* More fix

* More fix

* Minor fix

* Revert "Minor fix"

This reverts commit 1ee3ae4da1.

* Revert "More fix"

This reverts commit 1fc234896b.

* Revert "More fix"

This reverts commit 851393c0e6.

* Revert "More fix"

This reverts commit ed342a51d0.

* Revert "Fix"

This reverts commit 286ad8e639.
2022-11-14 15:30:09 -05:00
..
ext Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
generic Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
impl Remove `g_glip` and `class GrpcLibraryInterface` (#30414) 2022-11-14 15:30:09 -05:00
security Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
support Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
test Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
README.md Explain include/grpc++ vs include/grpcpp 2021-02-17 12:08:59 -08:00
alarm.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
channel.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
client_context.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
completion_queue.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
create_channel.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
create_channel_posix.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
grpc++.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
health_check_service_interface.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
resource_quota.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_builder.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_context.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00
server_posix.h Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -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.