diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-10-31 16:43:13 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-10-31 16:43:13 (GMT) |
commit | 71e1b30a2dcb8eefae105a5562239e21f07768c7 (patch) | |
tree | 0c18610f809fecc06c89c1fa0e2c36e51498b7ba /src/uscxml/plugins/invoker | |
parent | cf67d5ccefd7092fdf5c2bc1284e74f4c3413c7b (diff) | |
download | uscxml-71e1b30a2dcb8eefae105a5562239e21f07768c7.zip uscxml-71e1b30a2dcb8eefae105a5562239e21f07768c7.tar.gz uscxml-71e1b30a2dcb8eefae105a5562239e21f07768c7.tar.bz2 |
Moved Parser into DOMUtils and new node -> xpath function for debugging
Diffstat (limited to 'src/uscxml/plugins/invoker')
-rw-r--r-- | src/uscxml/plugins/invoker/graphics/openscenegraph/OSGInvoker.cpp | 1 | ||||
-rw-r--r-- | src/uscxml/plugins/invoker/xhtml/XHTMLInvoker.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGInvoker.cpp b/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGInvoker.cpp index cd690ff..9e435d2 100644 --- a/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGInvoker.cpp +++ b/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGInvoker.cpp @@ -22,6 +22,7 @@ #include "OSGInvoker.h" #include "uscxml/URL.h" #include "uscxml/UUID.h" +#include "uscxml/DOMUtils.h" #include <glog/logging.h> #include <osg/Shape> diff --git a/src/uscxml/plugins/invoker/xhtml/XHTMLInvoker.cpp b/src/uscxml/plugins/invoker/xhtml/XHTMLInvoker.cpp index 04cb143..c0a0a07 100644 --- a/src/uscxml/plugins/invoker/xhtml/XHTMLInvoker.cpp +++ b/src/uscxml/plugins/invoker/xhtml/XHTMLInvoker.cpp @@ -22,6 +22,7 @@ #include <uscxml/config.h> #include "XHTMLInvoker.h" #include <glog/logging.h> +#include "uscxml/DOMUtils.h" #include <uscxml/plugins/ioprocessor/comet/CometIOProcessor.h> #include <DOM/io/Stream.hpp> |