otsdaq  v2_05_02_indev
MessageFacilityTable.h
1 #ifndef _ots_DesktopIconTable_h_
2 #define _ots_DesktopIconTable_h_
3 
4 #include <string>
5 
6 #include "otsdaq/TableCore/TableBase.h"
7 
8 namespace ots
9 {
11 {
12  public:
14  virtual ~MessageFacilityTable(void);
15 
16  // Methods
17  void init(ConfigurationManager* configManager);
18 
19  private:
20 };
21 } // namespace ots
22 #endif