X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fsocket%2Ftcp_client_socket.h;h=970da2a026ff87799fe4a70dc7dba4044e00ba07;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=fabcbc1b39d6e1647a680b0655aa46a8127ac20e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/socket/tcp_client_socket.h b/src/net/socket/tcp_client_socket.h index fabcbc1..970da2a 100644 --- a/src/net/socket/tcp_client_socket.h +++ b/src/net/socket/tcp_client_socket.h @@ -60,8 +60,8 @@ class NET_EXPORT TCPClientSocket : public StreamSocket { const CompletionCallback& callback) OVERRIDE; virtual int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback) OVERRIDE; - virtual bool SetReceiveBufferSize(int32 size) OVERRIDE; - virtual bool SetSendBufferSize(int32 size) OVERRIDE; + virtual int SetReceiveBufferSize(int32 size) OVERRIDE; + virtual int SetSendBufferSize(int32 size) OVERRIDE; virtual bool SetKeepAlive(bool enable, int delay); virtual bool SetNoDelay(bool no_delay);