Skip to content
Snippets Groups Projects
Commit a103f7bb authored by Craig Tiller's avatar Craig Tiller
Browse files

update comments

parent d9467513
No related branches found
No related tags found
No related merge requests found
...@@ -122,8 +122,6 @@ class ServerInterface : public CallHook { ...@@ -122,8 +122,6 @@ class ServerInterface : public CallHook {
/// caller is required to keep all completion queues live until the server is /// caller is required to keep all completion queues live until the server is
/// destroyed. /// destroyed.
/// \param num_cqs How many completion queues does \a cqs hold. /// \param num_cqs How many completion queues does \a cqs hold.
///
/// \return true on a successful shutdown.
virtual void Start(ServerCompletionQueue** cqs, size_t num_cqs) = 0; virtual void Start(ServerCompletionQueue** cqs, size_t num_cqs) = 0;
virtual void ShutdownInternal(gpr_timespec deadline) = 0; virtual void ShutdownInternal(gpr_timespec deadline) = 0;
......
...@@ -177,8 +177,6 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen { ...@@ -177,8 +177,6 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
/// caller is required to keep all completion queues live until the server is /// caller is required to keep all completion queues live until the server is
/// destroyed. /// destroyed.
/// \param num_cqs How many completion queues does \a cqs hold. /// \param num_cqs How many completion queues does \a cqs hold.
///
/// \return true on a successful shutdown.
void Start(ServerCompletionQueue** cqs, size_t num_cqs) override; void Start(ServerCompletionQueue** cqs, size_t num_cqs) override;
void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) override; void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment