wifly/socket interface for wifly modules

Dependents:   WiFi neurGAI_WIFI thingspeak thingspeak2

Revision:
3:10b3866f0ea2
Parent:
0:6ffb0aeb3972
--- a/Socket/Endpoint.h	Wed Aug 22 15:56:23 2012 +0000
+++ b/Socket/Endpoint.h	Wed Aug 22 16:22:32 2012 +0000
@@ -18,6 +18,7 @@
 #ifndef ENDPOINT_H
 #define ENDPOINT_H
 
+#include "Wifly.h"
 
 class UDPSocket;
 
@@ -58,7 +59,7 @@
 protected:
     char _ipAddress[16];
     int _port;
-
+    Wifly * wifly;
 };
 
 #endif