a library to use GPRS like ethernet or wifi, which makes it possible to connect to the internet with your GPRS module

Dependencies:   BufferedSerial

Dependents:   ThinkSpeak_Test roam_v1 roam_v2 finalv3

Fork of GPRSInterface by wei zou

Revision:
1:7298a7950f65
Parent:
0:8ccbd963e74d
--- a/Socket/TCPSocketConnection.h	Tue Feb 25 02:52:48 2014 +0000
+++ b/Socket/TCPSocketConnection.h	Tue Feb 25 05:56:19 2014 +0000
@@ -24,12 +24,10 @@
 #define TCPSOCKET_H
 
 #include "Socket.h"
-#include "Endpoint.h"
 
-/**
-TCP socket connection
-*/
-class TCPSocketConnection: public Socket, public Endpoint
+/** TCP socket connection
+ */
+class TCPSocketConnection: public Socket
 {
     friend class TCPSocketServer;