SNIC UART Interface library for Murata Type-YD module

Dependents:   WebSocketServerTest

Fork of SNICInterface_mod by Toyomasa Watarai

Revision:
26:f2e1030964e4
Parent:
25:67183ed15708
Child:
27:dcc4f34448f0
--- a/Socket/Socket.h	Fri Mar 28 01:56:08 2014 +0000
+++ b/Socket/Socket.h	Fri Mar 28 03:03:40 2014 +0000
@@ -72,7 +72,7 @@
      */
     int close(bool shutdown=true);
     
-    ~Socket();
+    virtual ~Socket();
     
     int createSocket( unsigned char bind = 0, unsigned int local_addr = 0, unsigned short port = 0 );