summaryrefslogtreecommitdiffstats
path: root/apps/w3c-mmi/MMIEventServlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/w3c-mmi/MMIEventServlet.h')
-rw-r--r--apps/w3c-mmi/MMIEventServlet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/w3c-mmi/MMIEventServlet.h b/apps/w3c-mmi/MMIEventServlet.h
index 10adbc3..d760149 100644
--- a/apps/w3c-mmi/MMIEventServlet.h
+++ b/apps/w3c-mmi/MMIEventServlet.h
@@ -30,7 +30,7 @@ namespace uscxml {
}
/// HTTPServlet
- void httpRecvRequest(const HTTPServer::Request& req);
+ bool httpRecvRequest(const HTTPServer::Request& req);
void setURL(const std::string& url) {
_url = url;
}