diff options
Diffstat (limited to 'net/socket/ssl_server_socket.h')
-rw-r--r-- | net/socket/ssl_server_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_server_socket.h b/net/socket/ssl_server_socket.h index 3a90c7a..5737974 100644 --- a/net/socket/ssl_server_socket.h +++ b/net/socket/ssl_server_socket.h @@ -28,7 +28,7 @@ class SSLServerSocket : public SSLSocket { // if the process completes asynchronously. If Disconnect is called before // completion then the callback will be silently, as for other StreamSocket // calls. - virtual int Handshake(OldCompletionCallback* callback) = 0; + virtual int Handshake(const CompletionCallback& callback) = 0; }; // Creates an SSL server socket over an already-connected transport socket. |