Christopher Haster / NetworkSocketAPI

Dependencies:   DnsQuery

Revision:
30:9002476b9136
Parent:
20:dd5f19874adf
Child:
31:37decbcb1108
diff -r 9caa935c3baa -r 9002476b9136 TCPSocket.h
--- a/TCPSocket.h	Tue Apr 19 18:25:52 2016 -0500
+++ b/TCPSocket.h	Tue Apr 19 18:26:03 2016 -0500
@@ -48,11 +48,6 @@
      */
     int connect(const SocketAddress &address);
     
-    /** Check if the socket is connected
-     *  @return         true if connected, false otherwise
-     */
-    bool is_connected();
-    
     /** Send data to the remote host
      *  @param data     The buffer to send to the host
      *  @param size     The length of the buffer to send