summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-13 19:45:59 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-13 19:45:59 (GMT)
commita52fb3364968e31a1a15c85ac45b68d9f531687b (patch)
tree48dbef5807b460d3d8cbe93ae7a5a58eef9e4a93 /src/uscxml/Factory.cpp
parentcf45e4bf71dd2a8b27c50d247c3f09a1e22e1fa9 (diff)
downloaduscxml-a52fb3364968e31a1a15c85ac45b68d9f531687b.zip
uscxml-a52fb3364968e31a1a15c85ac45b68d9f531687b.tar.gz
uscxml-a52fb3364968e31a1a15c85ac45b68d9f531687b.tar.bz2
Reenable all optioanl invokers and ioprocessors - doh!
Diffstat (limited to 'src/uscxml/Factory.cpp')
-rw-r--r--src/uscxml/Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Factory.cpp b/src/uscxml/Factory.cpp
index 22d6008..bc23e53 100644
--- a/src/uscxml/Factory.cpp
+++ b/src/uscxml/Factory.cpp
@@ -226,7 +226,7 @@ Factory::Factory() {
NULLDataModel* dataModel = new NULLDataModel();
registerDataModel(dataModel);
}
-#if 0
+#if 1
{
XHTMLInvoker* invoker = new XHTMLInvoker();
registerInvoker(invoker);