CMS 3D CMS Logo

DTTDCErrorNotifier.h
Go to the documentation of this file.
1 #ifndef DTTDCErrorNotifier_h
2 #define DTTDCErrorNotifier_h
3 
10 //class DTTDCErrorWord;
11 
13 public:
16 
18  virtual ~DTTDCErrorNotifier();
19 
21  void print();
22 
23  // >>> FIXME: Other methods to notify? to whom?
24 
25 private:
27 };
28 
29 #endif
DTTDCErrorWord error_
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
void print()
Print out the error information >>> FIXME: to be implemented.
virtual ~DTTDCErrorNotifier()
Destructor.