| 194 | } |
| 195 | |
| 196 | Socket::Status SSLSocket::tcpConnect( const IpAddress& remoteAddress, unsigned short remotePort, |
| 197 | Time timeout ) { |
| 198 | return TcpSocket::connect( remoteAddress, remotePort, timeout ); |
| 199 | } |
| 200 | |
| 201 | void SSLSocket::tcpDisconnect() { |
| 202 | TcpSocket::disconnect(); |
no outgoing calls
no test coverage detected