Programme+libraires

Dependents:   Serveur_web_pt2 Serveur_web_pt2_V2_avec_index_html Serveur_web_pt2_index_commenter Serveur_web_pt2_index_commenter

Fork of HTTPServer by Donatien Garnier

Revision:
1:56636f5bf71a
Parent:
0:52230c56755e
Child:
2:356c7fa399ae
--- a/LPC1768/services/http/server/HTTPServer.h	Fri Jun 11 16:26:10 2010 +0000
+++ b/LPC1768/services/http/server/HTTPServer.h	Mon Jun 14 10:22:58 2010 +0000
@@ -60,7 +60,7 @@
 };
 
 //Including handlers here for more convenience
-#include "impl/RpcHandler.h"
+#include "impl/RPCHandler.h"
 #include "impl/FSHandler.h"
 #include "impl/SimpleHandler.h"