summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-03-22 14:09:43 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-03-22 14:09:43 (GMT)
commitce285a4048f7f9560da153c89443878e1f24dc27 (patch)
tree0ad37306e64a2f5457a3dfaa7e0447468b271345 /src/uscxml/plugins
parent0e9e267de9ba03dc19b6393dbb679a1bdae3ca54 (diff)
parent1cec449a5449e7d3c5c0bca34d83f85ab4a4c2e1 (diff)
downloaduscxml-ce285a4048f7f9560da153c89443878e1f24dc27.zip
uscxml-ce285a4048f7f9560da153c89443878e1f24dc27.tar.gz
uscxml-ce285a4048f7f9560da153c89443878e1f24dc27.tar.bz2
Merge pull request #60 from c64zottel/master
renaming getValidEvents() to: getEventDescriptors()
Diffstat (limited to 'src/uscxml/plugins')
-rw-r--r--src/uscxml/plugins/invoker/im/IMInvoker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uscxml/plugins/invoker/im/IMInvoker.cpp b/src/uscxml/plugins/invoker/im/IMInvoker.cpp
index 91a22e1..f111743 100644
--- a/src/uscxml/plugins/invoker/im/IMInvoker.cpp
+++ b/src/uscxml/plugins/invoker/im/IMInvoker.cpp
@@ -21,6 +21,7 @@
#include <glog/logging.h>
#include "uscxml/UUID.h"
#include "uscxml/dom/DOMUtils.h"
+#include "uscxml/dom/NameSpacingParser.h"
#include <boost/algorithm/string.hpp>
#include "uscxml/concurrency/DelayedEventQueue.h"
@@ -1405,4 +1406,4 @@ gboolean IMInvoker::purpleDebugIsEnabled(PurpleDebugLevel level, const char *cat
}
-} \ No newline at end of file
+}