summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-11 11:36:22 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-11 11:36:22 (GMT)
commitc0ee0966fee8005b926ec4cb6f21bda97e0f4647 (patch)
tree048179d5c67a6f15d787a6a5370ef1bbeca2d44d /src/uscxml/Interpreter.h
parent5a90123d885d75e44bfe2f49393f0d5b884d9242 (diff)
downloaduscxml-c0ee0966fee8005b926ec4cb6f21bda97e0f4647.zip
uscxml-c0ee0966fee8005b926ec4cb6f21bda97e0f4647.tar.gz
uscxml-c0ee0966fee8005b926ec4cb6f21bda97e0f4647.tar.bz2
VRML Viewer now with WebGL
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index 008de6f..4bccf5b 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -131,12 +131,6 @@ public:
EARLY = 0,
LATE = 1
};
-
- class DOMEventListener : public Arabica::DOM::Events::EventListener<std::string> {
- public:
- void handleEvent(Arabica::DOM::Events::Event<std::string>& event);
- InterpreterImpl* _interpreter;
- };
virtual ~InterpreterImpl();
@@ -306,6 +300,13 @@ public:
Arabica::XPath::NodeSet<std::string> getProperAncestors(const Arabica::DOM::Node<std::string>& s1, const Arabica::DOM::Node<std::string>& s2);
protected:
+
+ class DOMEventListener : public Arabica::DOM::Events::EventListener<std::string> {
+ public:
+ void handleEvent(Arabica::DOM::Events::Event<std::string>& event);
+ InterpreterImpl* _interpreter;
+ };
+
InterpreterImpl();
void init();