diff options
Diffstat (limited to 'net/udp/udp_server_socket.h')
-rw-r--r-- | net/udp/udp_server_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h index 300899e..643949e 100644 --- a/net/udp/udp_server_socket.h +++ b/net/udp/udp_server_socket.h @@ -35,6 +35,7 @@ class NET_API UDPServerSocket : public DatagramServerSocket { virtual void Close(); virtual int GetPeerAddress(IPEndPoint* address) const; virtual int GetLocalAddress(IPEndPoint* address) const; + virtual const BoundNetLog& NetLog() const; private: UDPSocket socket_; |