$treeview $search $mathjax $extrastylesheet
00001 #ifndef _ots_DesktopIconTable_h_ 00002 #define _ots_DesktopIconTable_h_ 00003 00004 #include <string> 00005 00006 #include "otsdaq-core/TableCore/TableBase.h" 00007 00008 namespace ots 00009 { 00010 class MessageFacilityTable : public TableBase 00011 { 00012 public: 00013 MessageFacilityTable(void); 00014 virtual ~MessageFacilityTable(void); 00015 00016 // Methods 00017 void init(ConfigurationManager* configManager); 00018 00019 private: 00020 }; 00021 } // namespace ots 00022 #endif