WIZnetInterface using namespace

Dependents:   DualNetworkInterface-Basic

Fork of WIZnetInterface by WIZnet

Revision:
20:3e61863c1f67
Parent:
15:24a9f2df2145
--- a/Socket/DHCPClient.cpp	Wed Jul 01 04:02:50 2015 +0000
+++ b/Socket/DHCPClient.cpp	Tue Jul 14 10:16:16 2015 +0000
@@ -1,8 +1,8 @@
 // DHCPClient.cpp 2013/4/10
 #include "mbed.h"
 #include "mbed_debug.h"
-#include "UDPSocket.h"
-#include "DHCPClient.h"
+#include "UDPSocket.hpp"
+#include "DHCPClient.hpp"
 
 #define DBG_DHCP 0
 
@@ -14,6 +14,8 @@
 #define DBG_HEX(A,B) while(0);
 #endif
 
+using namespace wiznet_space;
+
 int DHCPClient::discover()
 {
     m_pos = 0;