First step: AutoIP compiled in and working

Dependencies:   mbed

Revision:
1:4218cacaf696
Parent:
0:55a05330f8cc
diff -r 55a05330f8cc -r 4218cacaf696 services/http/server/HTTPServer.cpp
--- a/services/http/server/HTTPServer.cpp	Fri Jun 18 09:11:35 2010 +0000
+++ b/services/http/server/HTTPServer.cpp	Fri Jun 18 15:54:21 2010 +0000
@@ -49,6 +49,7 @@
 void HTTPServer::addHandler(const char* path)
 {
   m_lpHandlers[path] = &T::inst;
+  
 }
 #endif