NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
2:a4f97773c90f
Parent:
1:abb442332fa8
Child:
9:c79fa4034f5b
--- a/services/http/server/HTTPRequestDispatcher.h	Mon Jun 14 10:33:54 2010 +0000
+++ b/services/http/server/HTTPRequestDispatcher.h	Fri Jun 18 09:22:54 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;