NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
1:abb442332fa8
Parent:
0:632c9925f013
Child:
2:a4f97773c90f
diff -r 632c9925f013 -r abb442332fa8 services/http/server/HTTPRequestDispatcher.h
--- a/services/http/server/HTTPRequestDispatcher.h	Fri Jun 11 16:05:15 2010 +0000
+++ b/services/http/server/HTTPRequestDispatcher.h	Mon Jun 14 10:33:54 2010 +0000
@@ -60,7 +60,7 @@
   
   void onTimeout(); //Connection has timed out
 
-  bool getRequest(string* rootPath, string* fullPath, string* meth);
+  bool getRequest(string* rootPath, string* subPath, string* meth);
   
   HTTPServer* m_pSvr;
   TCPSocket* m_pTCPSocket;