The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
8 lines
348 B
8 lines
348 B
4 years ago
|
# 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`.
|