aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-31 14:42:53 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-31 14:42:53 -0700
commit41fd9f2343ad39fc6db1b417ee403c976fc4b00f (patch)
treebdf50dacd00594b55af953fe200fe72a2ef422d1 /include/grpc++/impl
parentc650fb3810ae6b9ee12526cc55d69ba12c0632d7 (diff)
parentccc6a9cbf264655ae6b60727cd86b987a62977c9 (diff)
Merge github.com:grpc/grpc into grpc_slice
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r--include/grpc++/impl/codegen/server_interface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h
index 4a00d7a3a1..5c41ca51b4 100644
--- a/include/grpc++/impl/codegen/server_interface.h
+++ b/include/grpc++/impl/codegen/server_interface.h
@@ -126,12 +126,6 @@ class ServerInterface : public CallHook {
/// \return true on a successful shutdown.
virtual bool Start(ServerCompletionQueue** cqs, size_t num_cqs) = 0;
- /// Process one or more incoming calls.
- virtual void RunRpc() = 0;
-
- /// Schedule \a RunRpc to run in the threadpool.
- virtual void ScheduleCallback() = 0;
-
virtual void ShutdownInternal(gpr_timespec deadline) = 0;
virtual int max_receive_message_size() const = 0;