modified by ohneta

Dependents:   HelloESP8266Interface_mine

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
14:9e1bd182ef07
Parent:
13:f84e69b3fdd3
Child:
15:e657a90d9511
--- a/NetworkInterface.h	Fri Jul 17 23:14:01 2015 +0000
+++ b/NetworkInterface.h	Wed Jul 22 20:16:57 2015 +0000
@@ -94,7 +94,7 @@
     
 protected:
     /** Map used to keep track of all SocketInterface instances */
-    std::map<int, SocketInterface*> sockets;
+    std::map<uint32_t, SocketInterface*> sockets;
     
     /** Counter used to create unique handles for new sockets.
         Should be incremented whenever a new socket is created.