Multi-Hackers / SocketModem

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
66:a170496ec5cf
Parent:
39:6e94520a3217
--- a/Socket/Socket.h	Sat Dec 21 04:25:43 2013 +0000
+++ b/Socket/Socket.h	Mon Dec 23 19:07:32 2013 +0000
@@ -18,7 +18,7 @@
 #ifndef SOCKET_H_
 #define SOCKET_H_
 
-#include "Cellular.h"
+#include "IPStack.h"
 
 /** Socket file descriptor and select wrapper
   */
@@ -44,7 +44,7 @@
 protected:
     bool _blocking;
     int _timeout;
-    mts::Cellular * cellular;
+    mts::IPStack * ip;
 };