X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Ftools%2Fquic%2Ftest_tools%2Fserver_thread.h;h=774ff67700eae1b828b4111687df3bfef6942ac2;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=6066d974d1801396181e7a1dc5e5e1c0d676d731;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/tools/quic/test_tools/server_thread.h b/src/net/tools/quic/test_tools/server_thread.h index 6066d97..774ff67 100644 --- a/src/net/tools/quic/test_tools/server_thread.h +++ b/src/net/tools/quic/test_tools/server_thread.h @@ -21,14 +21,14 @@ class ServerThread : public base::SimpleThread { IPEndPoint address, bool strike_register_no_startup_period); - virtual ~ServerThread(); + ~ServerThread() override; // Prepares the server, but does not start accepting connections. Useful for // injecting mocks. void Initialize(); // Runs the event loop. Will initialize if necessary. - virtual void Run() OVERRIDE; + void Run() override; // Waits for the handshake to be confirmed for the first session created. void WaitForCryptoHandshakeConfirmed();