Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HTTPClient_WiFi_HelloWorld_src
Fork of SNICInterface by
Diff: SNIC_WifiInterface.cpp
- Revision:
- 26:f2e1030964e4
- Parent:
- 24:987e412ae879
- Child:
- 28:b796031f6519
--- a/SNIC_WifiInterface.cpp	Fri Mar 28 01:56:08 2014 +0000
+++ b/SNIC_WifiInterface.cpp	Fri Mar 28 03:03:40 2014 +0000
@@ -25,6 +25,10 @@
     mModuleReset = reset;
 }
 
+C_SNIC_WifiInterface::~C_SNIC_WifiInterface()
+{
+}
+
 int C_SNIC_WifiInterface::init()
 {   
     C_SNIC_Core               *snic_core_p  = C_SNIC_Core::getInstance();
    