W5200(WIZ820io) network interface

Revision:
1:803123933c5a
Parent:
0:61831b843b44
--- a/w5200NetIf.h	Sat Apr 14 17:21:11 2012 +0000
+++ b/w5200NetIf.h	Tue Apr 17 12:13:15 2012 +0000
@@ -10,11 +10,11 @@
     int IPrenew(int timeout_ms = 15000);
     int IPrelease(int timeout_ms = 15000);
     int setup(int timeout_ms = 15000);
+    IpAddr m_dns;
 private:
     bool m_useDhcp;
     IpAddr m_netmask;
     IpAddr m_gateway;
-    IpAddr m_dns;
     const char* m_hostname;
 };
 #endif //W5200_NETIF_H