debug version
Dependents: HTTPClient_WiFi_HelloWorld_src
Fork of SNICInterface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 32:ae95309643aa
- Parent:
- 30:944b8c04b5ff
- Child:
- 34:8c3527b8f44e
diff -r 15c22824cc46 -r ae95309643aa Socket/TCPSocketConnection.cpp --- a/Socket/TCPSocketConnection.cpp Thu May 29 03:23:21 2014 +0000 +++ b/Socket/TCPSocketConnection.cpp Fri May 30 08:30:40 2014 +0000 @@ -255,3 +255,8 @@ return i; } + +void TCPSocketConnection::setAcceptSocket( int socket_id ) +{ + mSocketID = socket_id; +}