summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-08 19:47:41 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-08 19:47:41 (GMT)
commit525daee195c5593f077d837a689f2c5d26f91fb0 (patch)
treec440d0b75fae0d73cf28a5724909933c3d97420c /src/uscxml/Factory.h
parent9479a0d91c1bb9241324dea4f92b50405d17e97b (diff)
downloaduscxml-525daee195c5593f077d837a689f2c5d26f91fb0.zip
uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.tar.gz
uscxml-525daee195c5593f077d837a689f2c5d26f91fb0.tar.bz2
Fixed x-www-form-urlencoded post parsing
Diffstat (limited to 'src/uscxml/Factory.h')
-rw-r--r--src/uscxml/Factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uscxml/Factory.h b/src/uscxml/Factory.h
index 617e461..d4c7601 100644
--- a/src/uscxml/Factory.h
+++ b/src/uscxml/Factory.h
@@ -302,6 +302,10 @@ public:
return *this;
}
+ virtual std::set<std::string> getNames() {
+ return _impl->getNames();
+ }
+
virtual bool validate(const std::string& location, const std::string& schema) {
return _impl->validate(location, schema);
}