summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-01-17 21:27:21 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-01-17 21:27:21 (GMT)
commit575c2711df910f0b8ecce277bf7333077e235855 (patch)
treefda5fa874caf8b7ffb334cb8b861cf5c0dd625d8 /src/uscxml/Interpreter.h
parentf9cb8905b37c8fd38e1e4b79114fd0c194c8c3c7 (diff)
downloaduscxml-575c2711df910f0b8ecce277bf7333077e235855.zip
uscxml-575c2711df910f0b8ecce277bf7333077e235855.tar.gz
uscxml-575c2711df910f0b8ecce277bf7333077e235855.tar.bz2
Beautified generated C code from transformation
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index a721ad3..c996c78 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -164,8 +164,8 @@ enum InterpreterState {
USCXML_DESTROYED = -2, ///< destructor ran - users should never see this one
USCXML_FINISHED = -1, ///< machine reached a final configuration and is done
USCXML_IDLE = 0, ///< stable configuration and queues empty
- USCXML_INITIALIZED = 1, ///< DOM is setup and all external components instantiated
- USCXML_INSTANTIATED = 2, ///< nothing really, just instantiated
+ USCXML_INITIALIZED = 1, ///< DOM is setup and all external components instantiated
+ USCXML_INSTANTIATED = 2, ///< nothing really, just instantiated
USCXML_MICROSTEPPED = 3, ///< processed one transition set
USCXML_MACROSTEPPED = 4, ///< processed all transition sets and reached a stable configuration
};
@@ -891,8 +891,8 @@ public:
virtual void beforeProcessingEvent(uscxml::Interpreter interpreter, const uscxml::Event& event);
virtual void beforeExitingState(uscxml::Interpreter interpreter, const Arabica::DOM::Element<std::string>& state, bool moreComing);
virtual void beforeEnteringState(uscxml::Interpreter interpreter, const Arabica::DOM::Element<std::string>& state, bool moreComing);
- virtual void beforeMicroStep(uscxml::Interpreter interpreter);
-
+ virtual void beforeMicroStep(uscxml::Interpreter interpreter);
+
protected:
static tthread::recursive_mutex _mutex;
void printNodeSet(const Arabica::XPath::NodeSet<std::string>& config);