summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/InterpreterRC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/InterpreterRC.h')
-rw-r--r--src/uscxml/interpreter/InterpreterRC.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uscxml/interpreter/InterpreterRC.h b/src/uscxml/interpreter/InterpreterRC.h
index 0a09c36..2cd2662 100644
--- a/src/uscxml/interpreter/InterpreterRC.h
+++ b/src/uscxml/interpreter/InterpreterRC.h
@@ -25,7 +25,7 @@
namespace uscxml {
class InterpreterRC : public InterpreterImpl {
- void interpret();
+ InterpreterState interpret();
void mainEventLoop();
void exitInterpreter();
@@ -78,6 +78,8 @@ class InterpreterRC : public InterpreterImpl {
Arabica::XPath::NodeSet<std::string> getChildStates(const Arabica::DOM::Node<std::string>& state);
#endif
+ bool _running;
+
};
}