EthernetNetIf Compatibility.

Dependents:   XBeeWiFi_SPI_example

Fork of NetServicesSource by Donatien Garnier

Revision:
2:a4f97773c90f
Parent:
0:632c9925f013
Child:
9:c79fa4034f5b
--- a/api/UDPSocket.cpp	Mon Jun 14 10:33:54 2010 +0000
+++ b/api/UDPSocket.cpp	Fri Jun 18 09:22:54 2010 +0000
@@ -23,7 +23,7 @@
 
 #include "UDPSocket.h"
 
-UDPSocket::UDPSocket() : m_pNetUdpSocket(NULL)
+UDPSocket::UDPSocket() : m_pNetUdpSocket(NULL), m_pCbItem(NULL), m_pCbMeth(NULL), m_pCb(NULL)
 {
 
 }