]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/AMathMLConsumer.hh
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / src / AMathMLConsumer.hh
1
2
3 #ifndef __AMathMLConsumer_hh__
4 #define __AMathMLConsumer_hh__
5
6 class AMathMLConsumer
7 {
8 public:
9   AMathMLConsumer(void) { };
10   virtual ~AMathMLConsumer() { };
11   virtual void documentModified(const DOM::Document&) = 0;
12 };
13
14 #endif // __AMathMLConsumer_hh__