SNICInterface for ThingPlug Example
Dependents: ThingPlug_WiFi_Example ThingPlug_WiFi_Example_2
Fork of SNICInterface by
Diff: Socket/TCPSocketConnection.h
- Revision:
- 26:f2e1030964e4
- Parent:
- 25:67183ed15708
- Child:
- 27:dcc4f34448f0
diff -r 67183ed15708 -r f2e1030964e4 Socket/TCPSocketConnection.h --- a/Socket/TCPSocketConnection.h Fri Mar 28 01:56:08 2014 +0000 +++ b/Socket/TCPSocketConnection.h Fri Mar 28 03:03:40 2014 +0000 @@ -47,6 +47,7 @@ /** TCP socket connection */ TCPSocketConnection(); + virtual ~TCPSocketConnection(); /** Connects this TCP socket to the server @param host The ip address to connect to.(hexadecimal)("192.168.0.1"->0xC0A80001)