summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/EventHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/EventHandler.h')
-rw-r--r--src/uscxml/plugins/EventHandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/EventHandler.h b/src/uscxml/plugins/EventHandler.h
index 4078cfe..2b41ae5 100644
--- a/src/uscxml/plugins/EventHandler.h
+++ b/src/uscxml/plugins/EventHandler.h
@@ -52,7 +52,7 @@ public:
std::string getType() {
return _type;
}
-
+
void setElement(const Arabica::DOM::Element<std::string>& element) {
_element = element;
}
@@ -104,7 +104,7 @@ public:
void setInvokeId(const std::string& invokeId) {
_impl->setInvokeId(invokeId);
}
-
+
void setType(const std::string& type) {
_impl->setType(type);
}