summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-12-24 10:54:21 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-12-24 10:54:21 (GMT)
commitcbb57aadbfe11269297c36f578d4a440a3602436 (patch)
treeccfd08eb9104d9bd142f1e7417fc0ed95f57f77f /src/uscxml/plugins
parent75fc3b465fb3d61d36874cf7a29ddbb8256e3817 (diff)
downloaduscxml-cbb57aadbfe11269297c36f578d4a440a3602436.zip
uscxml-cbb57aadbfe11269297c36f578d4a440a3602436.tar.gz
uscxml-cbb57aadbfe11269297c36f578d4a440a3602436.tar.bz2
First implementation of Python wrappers
Diffstat (limited to 'src/uscxml/plugins')
-rw-r--r--src/uscxml/plugins/InvokerImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/InvokerImpl.h b/src/uscxml/plugins/InvokerImpl.h
index 7f2e578..b000ce2 100644
--- a/src/uscxml/plugins/InvokerImpl.h
+++ b/src/uscxml/plugins/InvokerImpl.h
@@ -63,7 +63,7 @@ public:
virtual void uninvoke() = 0;
/**
- * Interpreter received an event from the SCXML Interpreter.
+ * Invoker received an event from the SCXML Interpreter.
*/
virtual void eventFromSCXML(const Event& event) = 0;