summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Message.h')
-rw-r--r--src/uscxml/Message.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uscxml/Message.h b/src/uscxml/Message.h
index ea1e8ab..3bb30fc 100644
--- a/src/uscxml/Message.h
+++ b/src/uscxml/Message.h
@@ -173,10 +173,12 @@ public:
Data getData() {
return data;
}
- void setData(const Data& invokeId) {
+ void setData(const Data& data) {
this->data = data;
}
+ void initContent(const std::string& content);
+
static Event fromXML(const std::string& xmlString);
Arabica::DOM::Document<std::string> toDocument();
std::string toXMLString() {