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:
22:a9ec0cad4f84
Child:
29:6a0ba999597d
--- a/SNIC/SNIC_UartCommandManager.cpp	Fri Mar 28 01:56:08 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.cpp	Fri Mar 28 03:03:40 2014 +0000
@@ -16,6 +16,10 @@
 
 using namespace murata_wifi;
 
+C_SNIC_UartCommandManager::~C_SNIC_UartCommandManager()
+{
+}
+
 void C_SNIC_UartCommandManager::setCommandID( unsigned char cmd_id )
 {
     mCommandID = cmd_id;