This library is deprecated.

Dependents:   HTTPClientStreamingExample HTTPClientExample HTTPServerExample HTTPServerHelloWorld ... more

Revision:
1:ba68cceb2917
Parent:
0:422060928e37
Child:
5:bc7df6da7589
--- a/LPC1768/if/eth/EthernetNetIf.h	Fri Jun 11 16:25:22 2010 +0000
+++ b/LPC1768/if/eth/EthernetNetIf.h	Fri Jun 18 09:20:27 2010 +0000
@@ -26,7 +26,6 @@
 
 struct netif;
 
-//class Ticker;
 #include "mbed.h"
 
 #include "if/net/net.h"
@@ -51,9 +50,9 @@
   virtual void poll();
 
 private:
-  Ticker m_ethArpTicker;
-  Ticker m_dhcpCoarseTicker;
-  Ticker m_dhcpFineTicker;
+  Timer m_ethArpTimer;
+  Timer m_dhcpCoarseTimer;
+  Timer m_dhcpFineTimer;
     
   bool m_useDhcp;