summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-08-22 14:53:14 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-08-22 14:53:14 (GMT)
commite5782b214d839fe5d8b2f527ae331a246c6e012f (patch)
tree246e5bf1143b72267791e682b1ac37991d26adbe /src/uscxml/Interpreter.h
parentdb8418fb9f733ca0147cc225ce0988d7866f15cd (diff)
downloaduscxml-e5782b214d839fe5d8b2f527ae331a246c6e012f.zip
uscxml-e5782b214d839fe5d8b2f527ae331a246c6e012f.tar.gz
uscxml-e5782b214d839fe5d8b2f527ae331a246c6e012f.tar.bz2
Progress on the apache-commons wrapper
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index e7d8a19..f87053f 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -54,9 +54,9 @@ public:
MicroStep microStepper; ///< The microstepper instance to use
DataModel dataModel; ///< The datamodel to uses
ContentExecutor execContent; ///< To process executable content elements
- EventQueue internalQueue; ///< The queue where internal events will be enqueued
- EventQueue externalQueue; ///< The queue for external events
- DelayedEventQueue delayedQueue; ///< The queue for delayed events
+ EventQueue internalQueue; ///< The queue where internal events will be enqueued
+ EventQueue externalQueue; ///< The queue for external events
+ DelayedEventQueue delayedQueue; ///< The queue for delayed events
};
/**