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

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

Fork of SNICInterface by muRata

Revision:
26:f2e1030964e4
Parent:
20:dd736d328de6
Child:
29:6a0ba999597d
--- a/SNIC/SNIC_UartMsgUtil.cpp	Fri Mar 28 01:56:08 2014 +0000
+++ b/SNIC/SNIC_UartMsgUtil.cpp	Fri Mar 28 03:03:40 2014 +0000
@@ -19,6 +19,10 @@
 {
 }
 
+C_SNIC_UartMsgUtil::~C_SNIC_UartMsgUtil()
+{
+}
+
 unsigned short C_SNIC_UartMsgUtil::makePayload( unsigned int cmd_len, unsigned char *cmd_p, unsigned char *payload_p )
 {
     unsigned short payload_len = 0;