summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/modality/UmundoComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/invoker/modality/UmundoComponent.h')
-rw-r--r--src/uscxml/plugins/invoker/modality/UmundoComponent.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/uscxml/plugins/invoker/modality/UmundoComponent.h b/src/uscxml/plugins/invoker/modality/UmundoComponent.h
deleted file mode 100644
index 69b3961..0000000
--- a/src/uscxml/plugins/invoker/modality/UmundoComponent.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef UMUNDOCOMPONENT_H_VMW54W1R
-#define UMUNDOCOMPONENT_H_VMW54W1R
-
-#include "MMIComponent.h"
-
-namespace uscxml {
-
-class Interpreter;
-
-class UmundoComponent : public MMIComponent {
-public:
- UmundoComponent();
- virtual ~UmundoComponent();
- virtual Invoker* create(Interpreter* interpreter);
-
- virtual Data getDataModelVariables();
- virtual void send(SendRequest& req);
- virtual void cancel(const std::string sendId);
- virtual void invoke(InvokeRequest& req);
- virtual void sendToParent(SendRequest& req);
-
-protected:
- std::string _invokeId;
- Interpreter* _invokedInterpreter;
- Interpreter* _parentInterpreter;
-};
-
-}
-
-#endif /* end of include guard: UMUNDOCOMPONENT_H_VMW54W1R */