From 26a984841601d04644018f51474d6225ccd48879 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Thu, 11 Feb 2016 00:45:00 -0800 Subject: [PATCH] Removed outdated mention of AsynchronousService --- include/grpc++/impl/codegen/server_interface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h index 5c187c93eda..f934619c20b 100644 --- a/include/grpc++/impl/codegen/server_interface.h +++ b/include/grpc++/impl/codegen/server_interface.h @@ -42,7 +42,6 @@ namespace grpc { class AsyncGenericService; -class AsynchronousService; class GenericServerContext; class RpcService; class ServerAsyncStreamingInterface; @@ -79,7 +78,6 @@ class ServerInterface : public CallHook { virtual void Wait() = 0; protected: - friend class AsynchronousService; friend class Service; /// Register a service. This call does not take ownership of the service.