for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Revision:
25:67183ed15708
Parent:
24:987e412ae879
Child:
26:f2e1030964e4
--- a/Socket/Socket.h	Fri Mar 28 00:45:15 2014 +0000
+++ b/Socket/Socket.h	Fri Mar 28 01:56:08 2014 +0000
@@ -30,6 +30,7 @@
 #ifndef SOCKET_H_
 #define SOCKET_H_
 
+#include "MurataObject.h"
 #include "SNIC_Core.h"
 #include "SNIC_UartMsgUtil.h"
 
@@ -42,7 +43,7 @@
 
 /** Socket file descriptor and select wrapper
   */
-class Socket {
+class Socket: public C_MurataObject {
 public:
     /** Socket
      */