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.
Dependencies: Socket lwip-sys lwip
Dependents: AbitUSBModem_HTTPTest AbitUSBModem_MQTTTest AbitUSBModem_WebsocketTest AbitUSBModem_SMSTest
Fork of VodafoneUSBModem by
Diff: ip/IPInterface.cpp
- Revision:
- 27:37d3ac289e86
- Parent:
- 16:02db4f537955
diff -r d37501dc6c61 -r 37d3ac289e86 ip/IPInterface.cpp
--- a/ip/IPInterface.cpp Wed Aug 29 16:28:13 2012 +0000
+++ b/ip/IPInterface.cpp Thu Aug 30 09:16:05 2012 +0000
@@ -24,7 +24,7 @@
#include <cstring> //For strcpy
-IPInterface::IPInterface()
+IPInterface::IPInterface() : m_connected(false)
{
}
