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 
12 //class DTTDCErrorWord;
13 
15 
16 public:
17 
20 
22  virtual ~DTTDCErrorNotifier();
23 
25  void print();
26 
27  // >>> FIXME: Other methods to notify? to whom?
28 
29 private:
30 
32 
33 };
34 
35 #endif
DTTDCErrorWord error_
DTTDCErrorNotifier(DTTDCErrorWord error)
Constructor.
void print()
Print out the error information >>> FIXME: to be implemented.
virtual ~DTTDCErrorNotifier()
Destructor.