summaryrefslogtreecommitdiffstats
path: root/net/udp/udp_server_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/udp/udp_server_socket.h')
-rw-r--r--net/udp/udp_server_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h
index 6fdc2c4..92dfef3 100644
--- a/net/udp/udp_server_socket.h
+++ b/net/udp/udp_server_socket.h
@@ -27,11 +27,11 @@ class NET_EXPORT UDPServerSocket : public DatagramServerSocket {
virtual int RecvFrom(IOBuffer* buf,
int buf_len,
IPEndPoint* address,
- CompletionCallback* callback);
+ OldCompletionCallback* callback);
virtual int SendTo(IOBuffer* buf,
int buf_len,
const IPEndPoint& address,
- CompletionCallback* callback);
+ OldCompletionCallback* callback);
virtual void Close();
virtual int GetPeerAddress(IPEndPoint* address) const;
virtual int GetLocalAddress(IPEndPoint* address) const;