summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-20 19:53:21 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-20 19:53:21 (GMT)
commit794575f01ce5a6bf7e377eb815f3def5aded74f5 (patch)
tree9c59df64ee290f68b7b6c8698bfac4169684485e /src/uscxml/plugins/element
parentd304f85417e3175c5f2ca159dd303309c24e7b81 (diff)
downloaduscxml-794575f01ce5a6bf7e377eb815f3def5aded74f5.zip
uscxml-794575f01ce5a6bf7e377eb815f3def5aded74f5.tar.gz
uscxml-794575f01ce5a6bf7e377eb815f3def5aded74f5.tar.bz2
New version with XHTML invoker
Diffstat (limited to 'src/uscxml/plugins/element')
-rw-r--r--src/uscxml/plugins/element/mmi/MMIEvents.cpp74
-rw-r--r--src/uscxml/plugins/element/mmi/MMIEvents.h2
2 files changed, 38 insertions, 38 deletions
diff --git a/src/uscxml/plugins/element/mmi/MMIEvents.cpp b/src/uscxml/plugins/element/mmi/MMIEvents.cpp
index 5d688ff..f1110b7 100644
--- a/src/uscxml/plugins/element/mmi/MMIEvents.cpp
+++ b/src/uscxml/plugins/element/mmi/MMIEvents.cpp
@@ -1,42 +1,42 @@
#include "MMIEvents.h"
namespace uscxml {
-
- void PrepareRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void StartRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void PauseRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void ResumeRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void CancelRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void ClearContextRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void StatusRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void NewContextResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void PrepareResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void StartResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void PauseResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void ResumeResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void CancelResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void ClearContextResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void StatusResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void DoneNotificationElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void NewContextRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
- void ExtensionNotificationElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
- }
+
+void PrepareRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void StartRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void PauseRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void ResumeRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void CancelRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void ClearContextRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void StatusRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void NewContextResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void PrepareResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void StartResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void PauseResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void ResumeResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void CancelResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void ClearContextResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void StatusResponseElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void DoneNotificationElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void NewContextRequestElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
+void ExtensionNotificationElement::enterElement(const Arabica::DOM::Node<std::string>& node) {
+}
} \ No newline at end of file
diff --git a/src/uscxml/plugins/element/mmi/MMIEvents.h b/src/uscxml/plugins/element/mmi/MMIEvents.h
index 3a31f2a..5df48ec 100644
--- a/src/uscxml/plugins/element/mmi/MMIEvents.h
+++ b/src/uscxml/plugins/element/mmi/MMIEvents.h
@@ -47,7 +47,7 @@ ELEMENT_MMI_CLASS(StatusResponse);
ELEMENT_MMI_CLASS(DoneNotification);
ELEMENT_MMI_CLASS(NewContextRequest);
ELEMENT_MMI_CLASS(ExtensionNotification);
-
+
#ifdef BUILD_AS_PLUGINS
PLUMA_INHERIT_PROVIDER(FetchElement, ExecutableContentImpl);
#endif