wifly/socket interface for wifly modules

Dependents:   WiFi neurGAI_WIFI thingspeak thingspeak2

Revision:
6:f281180726e8
Parent:
0:6ffb0aeb3972
--- a/Socket/Socket.h	Thu Aug 23 10:37:27 2012 +0000
+++ b/Socket/Socket.h	Thu Aug 23 11:49:33 2012 +0000
@@ -43,7 +43,7 @@
     
 protected:
     bool _blocking;
-    unsigned int _timeout;
+    int _timeout;
     Wifly * wifi;
 };