Skip to content
Snippets Groups Projects
Commit f79366a3 authored by David G. Quintas's avatar David G. Quintas
Browse files

Merge pull request #5198 from dgquintas/server_interface_cleanup

Removed outdated mention of AsynchronousService
parents 4ea3d4c3 26a98484
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment