EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
Diff: if/eth/EthernetNetIf.h
- Revision:
- 2:a4f97773c90f
- Parent:
- 0:632c9925f013
- Child:
- 5:dd63a1e02b1b
--- a/if/eth/EthernetNetIf.h Mon Jun 14 10:33:54 2010 +0000 +++ b/if/eth/EthernetNetIf.h Fri Jun 18 09:22:54 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;