First step: AutoIP compiled in and working

Dependencies:   mbed

Revision:
1:4218cacaf696
Parent:
0:55a05330f8cc
--- a/services/http/server/HTTPRequestDispatcher.h	Fri Jun 18 09:11:35 2010 +0000
+++ b/services/http/server/HTTPRequestDispatcher.h	Fri Jun 18 15:54:21 2010 +0000
@@ -26,7 +26,6 @@
 
 class HTTPServer;
 
-#include "if/net/net.h"
 #include "api/TCPSocket.h"
 #include "HTTPServer.h"
 
@@ -60,7 +59,7 @@
   
   void onTimeout(); //Connection has timed out
 
-  bool getRequest(string* rootPath, string* subPath, string* meth);
+  bool getRequest(string* path, string* meth);
   
   HTTPServer* m_pSvr;
   TCPSocket* m_pTCPSocket;