The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
415 B

--- include/grpcpp/impl/codegen/server_interface.h
+++ include/grpcpp/impl/codegen/server_interface.h
@@ -28,10 +28,13 @@
#include <grpcpp/impl/codegen/rpc_service_method.h>
#include <grpcpp/impl/codegen/server_context.h>
+namespace grpc_impl {
+class Channel;
+}
+
namespace grpc {
class AsyncGenericService;
-class Channel;
class GenericServerContext;
class ServerCompletionQueue;
class ServerContext;