CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTDCErrorNotifier.h
Go to the documentation of this file.
1 #ifndef DTTDCErrorNotifier_h
2 #define DTTDCErrorNotifier_h
3 
10 //class DTTDCErrorWord;
11 
13 
14 public:
15 
18 
20  virtual ~DTTDCErrorNotifier();
21 
23  void print();
24 
25  // >>> FIXME: Other methods to notify? to whom?
26 
27 private:
28 
30 
31 };
32 
33 #endif
DTTDCErrorWord error_
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
void print()
Print out the error information >>> FIXME: to be implemented.
virtual ~DTTDCErrorNotifier()
Destructor.