summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 90c2b3b..9929f70 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -24,6 +24,8 @@
#include "uscxml/Message.h"
#include "uscxml/Factory.h"
+#include "uscxml/server/InterpreterServlet.h"
+
#define ORIG_ENTERSTATES
namespace uscxml {
@@ -120,7 +122,7 @@ public:
return _cmdLineOptions;
}
- HTTPServletInvoker* getHTTPServlet() {
+ InterpreterServlet* getHTTPServlet() {
return _httpServlet;
}
@@ -247,7 +249,7 @@ protected:
Event _currEvent;
- HTTPServletInvoker* _httpServlet;
+ InterpreterServlet* _httpServlet;
std::set<InterpreterMonitor*> _monitors;