summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-13 13:29:38 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-13 13:29:38 (GMT)
commitfe941ab36b44f083886c07a72d371b2cfba55fe3 (patch)
tree2dfe945f5b0b4272f573cda18f24caa623c122c7 /src/uscxml/plugins
parent02f52d15e7df2500c0c6e96660a43a985add16e8 (diff)
downloaduscxml-fe941ab36b44f083886c07a72d371b2cfba55fe3.zip
uscxml-fe941ab36b44f083886c07a72d371b2cfba55fe3.tar.gz
uscxml-fe941ab36b44f083886c07a72d371b2cfba55fe3.tar.bz2
Build on Linux and Windows again
Diffstat (limited to 'src/uscxml/plugins')
-rw-r--r--src/uscxml/plugins/ioprocessor/modality/MMIMessages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/ioprocessor/modality/MMIMessages.cpp b/src/uscxml/plugins/ioprocessor/modality/MMIMessages.cpp
index 67a2371..1c5b98a 100644
--- a/src/uscxml/plugins/ioprocessor/modality/MMIMessages.cpp
+++ b/src/uscxml/plugins/ioprocessor/modality/MMIMessages.cpp
@@ -160,7 +160,7 @@ Arabica::DOM::Document<std::string> ContentRequest::toXML(bool encapsulateInMMI)
Element<std::string> msgElem = Element<std::string>(doc.getDocumentElement().getFirstChild());
if (contentURL.href.size() > 0) {
- Element<std::string> contentURLElem = doc.createElementNS(nameSpace, "contentURL");
+ Element<std::string> contentURLElem = doc.createElementNS(nameSpace, "ContentURL");
contentURLElem.setAttributeNS(nameSpace, "href", contentURL.href);
contentURLElem.setAttributeNS(nameSpace, "fetchtimeout", contentURL.fetchTimeout);
contentURLElem.setAttributeNS(nameSpace, "max-age", contentURL.maxAge);