]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/AMathMLConsumer.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / AMathMLConsumer.hh
diff --git a/helm/DEVEL/mathml_editor/src/AMathMLConsumer.hh b/helm/DEVEL/mathml_editor/src/AMathMLConsumer.hh
new file mode 100644 (file)
index 0000000..76b6417
--- /dev/null
@@ -0,0 +1,14 @@
+
+
+#ifndef __AMathMLConsumer_hh__
+#define __AMathMLConsumer_hh__
+
+class AMathMLConsumer
+{
+public:
+  AMathMLConsumer(void) { };
+  virtual ~AMathMLConsumer() { };
+  virtual void documentModified(const DOM::Document&) = 0;
+};
+
+#endif // __AMathMLConsumer_hh__