First step: AutoIP compiled in and working

Dependencies:   mbed

Revision:
1:4218cacaf696
Parent:
0:55a05330f8cc
diff -r 55a05330f8cc -r 4218cacaf696 if/eth/EthernetNetIf.h
--- a/if/eth/EthernetNetIf.h	Fri Jun 18 09:11:35 2010 +0000
+++ b/if/eth/EthernetNetIf.h	Fri Jun 18 15:54:21 2010 +0000
@@ -26,7 +26,6 @@
 
 struct netif;
 
-//class Ticker;
 #include "mbed.h"
 
 #include "if/net/net.h"
@@ -51,9 +50,10 @@
   virtual void poll();
 
 private:
-  Ticker m_ethArpTicker;
-  Ticker m_dhcpCoarseTicker;
-  Ticker m_dhcpFineTicker;
+  Timer m_ethArpTimer;
+  Timer m_dhcpCoarseTimer;
+  Timer m_dhcpFineTimer;
+  Timer m_autoIpTimer;
     
   bool m_useDhcp;