| Index: remoting/jingle_glue/xmpp_socket_adapter.cc
|
| diff --git a/remoting/jingle_glue/xmpp_socket_adapter.cc b/remoting/jingle_glue/xmpp_socket_adapter.cc
|
| index c4a669a9ac16ae10795941c860d5af1bc6a41adf..8fdcd0f7e96abb97751f374b014d88fa051026dd 100644
|
| --- a/remoting/jingle_glue/xmpp_socket_adapter.cc
|
| +++ b/remoting/jingle_glue/xmpp_socket_adapter.cc
|
| @@ -50,6 +50,18 @@ XmppSocketAdapter::~XmppSocketAdapter() {
|
| }
|
| }
|
|
|
| +buzz::AsyncSocket::State XmppSocketAdapter::state() {
|
| + return state_;
|
| +}
|
| +
|
| +buzz::AsyncSocket::Error XmppSocketAdapter::error() {
|
| + return error_;
|
| +}
|
| +
|
| +int XmppSocketAdapter::GetError() {
|
| + return wsa_error_;
|
| +}
|
| +
|
| bool XmppSocketAdapter::FreeState() {
|
| int code = 0;
|
|
|
|
|