aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_async.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-10-18 11:40:57 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-10-18 11:40:57 -0700
commitd923583768e62e6266565c16cc3d4e88a72b709b (patch)
treee68ff6c1032a41de506753a97712ddf2616dc8d2 /test/cpp/qps/server_async.cc
parent948f95b2ce4204f859c867207bd991d30ca17ee7 (diff)
Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class
Diffstat (limited to 'test/cpp/qps/server_async.cc')
-rw-r--r--test/cpp/qps/server_async.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc
index 73a96a8443..2fcc64819b 100644
--- a/test/cpp/qps/server_async.cc
+++ b/test/cpp/qps/server_async.cc
@@ -57,7 +57,7 @@ namespace testing {
template <class RequestType, class ResponseType, class ServiceType,
class ServerContextType>
-class AsyncQpsServerTest : public Server {
+class AsyncQpsServerTest GRPC_FINAL : public grpc::testing::Server {
public:
AsyncQpsServerTest(
const ServerConfig &config,