Skip to content

Commit

Permalink
Removed outdated mention of AsynchronousService
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Feb 11, 2016
1 parent 4ea3d4c commit 26a9848
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/grpc++/impl/codegen/server_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
namespace grpc {

class AsyncGenericService;
class AsynchronousService;
class GenericServerContext;
class RpcService;
class ServerAsyncStreamingInterface;
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 26a9848

Please sign in to comment.