Core networking libraries including LwIP implementation

Dependencies:   DebugLib Socket lwip lwip-sys

Dependents:   EthernetInterface

Fork of NetworkingCoreLib by Donatien Garnier

Revision:
8:387f573a6813
Parent:
1:240e3322b87a
Child:
13:f7d8c8088289
--- a/main/if/LwIPInterface.cpp	Tue Jun 12 10:08:54 2012 +0000
+++ b/main/if/LwIPInterface.cpp	Fri Jun 15 14:17:23 2012 +0000
@@ -36,12 +36,12 @@
   m_rdySphre.wait();
 }
 
-/*virtual*/ LwIPInterface::~LwIPInterface()
+LwIPInterface::~LwIPInterface()
 {
 
 }
 
-/*virtual*/ int LwIPInterface::init() //Init LwIP-specific stuff, create the right bindings, etc
+int LwIPInterface::init() //Init LwIP-specific stuff, create the right bindings, etc
 {
   //lwip_init(); //All LwIP initialisation functions called on a per-module basis (according to lwipopts.h)
   tcpip_init(LwIPInterface::tcpipRdyCb, this); //Start TCP/IP processing thread