summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/wrapped/WrappedExecutableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/wrapped/WrappedExecutableContent.h')
-rw-r--r--src/bindings/swig/wrapped/WrappedExecutableContent.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/bindings/swig/wrapped/WrappedExecutableContent.h b/src/bindings/swig/wrapped/WrappedExecutableContent.h
index 24c6978..fb09e54 100644
--- a/src/bindings/swig/wrapped/WrappedExecutableContent.h
+++ b/src/bindings/swig/wrapped/WrappedExecutableContent.h
@@ -39,11 +39,11 @@ public:
_interpreter = interpreter->shared_from_this();
return boost::shared_ptr<ExecutableContentImpl>(create(_interpreter));
}
-
+
virtual std::string getLocalName() {
return "";
}
-
+
virtual std::string getNamespace() {
return "http://www.w3.org/2005/07/scxml";
}
@@ -57,7 +57,7 @@ public:
virtual void exitElement(const Arabica::DOM::Node<std::string>& node) {
std::ostringstream ssElement;
ssElement << node;
- exitElement(ssElement.str());
+ exitElement(ssElement.str());
}
virtual bool processChildren() {
@@ -65,15 +65,11 @@ public:
}
virtual void enterElement(const std::string& node) {
-
+
}
virtual void exitElement(const std::string& node) {
-
- }
- void croak() throw(Event) {
-
}
private: