summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/mmi/MMIEvents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/element/mmi/MMIEvents.cpp')
-rw-r--r--src/uscxml/plugins/element/mmi/MMIEvents.cpp74
1 files changed, 37 insertions, 37 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