modified by ohneta

Dependents:   HelloESP8266Interface_mine

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
12:ab3679eb4d9d
Parent:
11:47c32687a44c
Child:
13:f84e69b3fdd3
--- a/SocketInterface.h	Wed Jul 15 23:21:17 2015 +0000
+++ b/SocketInterface.h	Thu Jul 16 05:19:17 2015 +0000
@@ -136,10 +136,7 @@
         @return 0 on success, -1 on failure (when an hostname cannot be resolved by DNS).
      */
     virtual int32_t close() const = 0;
-    
-protected:
-    /** The socket's unique handle number. Used to quickly create and destroy sockets within NetworkInterfaces. */
-    uint32_t handle;
+
 };
 
 #endif