summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/InterpreterServlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/server/InterpreterServlet.h')
-rw-r--r--src/uscxml/server/InterpreterServlet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/server/InterpreterServlet.h b/src/uscxml/server/InterpreterServlet.h
index 6c61e47..c00bd11 100644
--- a/src/uscxml/server/InterpreterServlet.h
+++ b/src/uscxml/server/InterpreterServlet.h
@@ -26,7 +26,7 @@ public:
Data getDataModelVariables();
virtual void send(const SendRequest& req);
- virtual void httpRecvRequest(const HTTPServer::Request& req);
+ virtual bool httpRecvRequest(const HTTPServer::Request& req);
std::string getPath() {
return _path;