summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/wrapped/WrappedInterpreterMonitor.h')
-rw-r--r--src/bindings/swig/wrapped/WrappedInterpreterMonitor.h84
1 files changed, 42 insertions, 42 deletions
diff --git a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
index e05dad2..697a420 100644
--- a/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
+++ b/src/bindings/swig/wrapped/WrappedInterpreterMonitor.h
@@ -34,7 +34,7 @@
// forward declare
namespace XERCESC_NS {
- class DOMElement;
+class DOMElement;
}
namespace uscxml {
@@ -44,100 +44,100 @@ public:
WrappedInterpreterMonitor();
virtual ~WrappedInterpreterMonitor();
- virtual void beforeProcessingEvent(Interpreter& interpreter, const Event& event) {}
- virtual void beforeMicroStep(Interpreter& interpreter) {}
+ virtual void beforeProcessingEvent(Interpreter& interpreter, const Event& event) {}
+ virtual void beforeMicroStep(Interpreter& interpreter) {}
- void beforeExitingState(Interpreter& interpreter, const XERCESC_NS::DOMElement* state);
- virtual void beforeExitingState(const std::string& stateId,
+ void beforeExitingState(Interpreter& interpreter, const XERCESC_NS::DOMElement* state);
+ virtual void beforeExitingState(const std::string& stateId,
const std::string& xpath,
const std::string& stateXML) {}
- void afterExitingState(Interpreter& interpreter, const XERCESC_NS::DOMElement* state);
- virtual void afterExitingState(const std::string& stateId,
- const std::string& xpath,
- const std::string& stateXML) {}
+ void afterExitingState(Interpreter& interpreter, const XERCESC_NS::DOMElement* state);
+ virtual void afterExitingState(const std::string& stateId,
+ const std::string& xpath,
+ const std::string& stateXML) {}
- void beforeExecutingContent(Interpreter& interpreter, const XERCESC_NS::DOMElement* content);
- virtual void beforeExecutingContent(const std::string& tagName,
+ void beforeExecutingContent(Interpreter& interpreter, const XERCESC_NS::DOMElement* content);
+ virtual void beforeExecutingContent(const std::string& tagName,
const std::string& xpath,
const std::string& contentXML) {}
- void afterExecutingContent(Interpreter& interpreter, const XERCESC_NS::DOMElement* content);
- virtual void afterExecutingContent(const std::string& tagName,
+ void afterExecutingContent(Interpreter& interpreter, const XERCESC_NS::DOMElement* content);
+ virtual void afterExecutingContent(const std::string& tagName,
const std::string& xpath,
const std::string& contentXML) {}
void beforeUninvoking(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* invoker,
- const std::string& invokeid);
+ const XERCESC_NS::DOMElement* invoker,
+ const std::string& invokeid);
virtual void beforeUninvoking(const std::string& xpath,
const std::string& invokeid,
const std::string& invokerXML) {}
void afterUninvoking(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* invoker,
- const std::string& invokeid);
- virtual void afterUninvoking(const std::string& xpath,
+ const XERCESC_NS::DOMElement* invoker,
+ const std::string& invokeid);
+ virtual void afterUninvoking(const std::string& xpath,
const std::string& invokeid,
const std::string& invokerXML) {}
- void beforeTakingTransition(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* transition);
+ void beforeTakingTransition(Interpreter& interpreter,
+ const XERCESC_NS::DOMElement* transition);
virtual void beforeTakingTransition(const std::string& xpath,
const std::string& source,
const std::list<std::string>& targets,
const std::string& transitionXML) {}
- void afterTakingTransition(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* transition);
- virtual void afterTakingTransition(const std::string& xpath,
+ void afterTakingTransition(Interpreter& interpreter,
+ const XERCESC_NS::DOMElement* transition);
+ virtual void afterTakingTransition(const std::string& xpath,
const std::string& source,
const std::list<std::string>& targets,
const std::string& transitionXML) {}
- void beforeEnteringState(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* state);
- virtual void beforeEnteringState(const std::string& stateId,
+ void beforeEnteringState(Interpreter& interpreter,
+ const XERCESC_NS::DOMElement* state);
+ virtual void beforeEnteringState(const std::string& stateId,
const std::string& xpath,
const std::string& stateXML) {}
- void afterEnteringState(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* state);
- virtual void afterEnteringState(const std::string& stateId,
+ void afterEnteringState(Interpreter& interpreter,
+ const XERCESC_NS::DOMElement* state);
+ virtual void afterEnteringState(const std::string& stateId,
const std::string& xpath,
const std::string& stateXML) {}
void beforeInvoking(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* invoker,
- const std::string& invokeid);
- virtual void beforeInvoking(const std::string& xpath,
+ const XERCESC_NS::DOMElement* invoker,
+ const std::string& invokeid);
+ virtual void beforeInvoking(const std::string& xpath,
const std::string& invokeid,
const std::string& invokerXML) {}
- void afterInvoking(Interpreter& interpreter,
- const XERCESC_NS::DOMElement* invoker,
- const std::string& invokeid);
- virtual void afterInvoking(const std::string& xpath,
+ void afterInvoking(Interpreter& interpreter,
+ const XERCESC_NS::DOMElement* invoker,
+ const std::string& invokeid);
+ virtual void afterInvoking(const std::string& xpath,
const std::string& invokeid,
const std::string& invokerXML) {}
- virtual void afterMicroStep(Interpreter& interpreter) {}
- virtual void onStableConfiguration(Interpreter& interpreter) {}
-
- virtual void beforeCompletion(Interpreter& interpreter) {}
- virtual void afterCompletion(Interpreter& interpreter) {}
+ virtual void afterMicroStep(Interpreter& interpreter) {}
+ virtual void onStableConfiguration(Interpreter& interpreter) {}
+
+ virtual void beforeCompletion(Interpreter& interpreter) {}
+ virtual void afterCompletion(Interpreter& interpreter) {}
virtual void reportIssue(Interpreter& interpreter,
- const InterpreterIssue& issue) {}
+ const InterpreterIssue& issue) {}
};
}