NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
2:a4f97773c90f
Parent:
0:632c9925f013
--- a/services/http/server/HTTPServer.cpp	Mon Jun 14 10:33:54 2010 +0000
+++ b/services/http/server/HTTPServer.cpp	Fri Jun 18 09:22:54 2010 +0000
@@ -49,6 +49,7 @@
 void HTTPServer::addHandler(const char* path)
 {
   m_lpHandlers[path] = &T::inst;
+  
 }
 #endif