otsdaq  v1_01_03
 All Classes Namespaces Functions
DesktopIconConfiguration.h
1 #ifndef _ots_DesktopIconConfiguration_h_
2 #define _ots_DesktopIconConfiguration_h_
3 
4 #include "otsdaq-core/ConfigurationDataFormats/ConfigurationBase.h"
5 #include <string>
6 
7 namespace ots
8 {
9 
11 {
12 
13 public:
14 
16  virtual ~DesktopIconConfiguration(void);
17 
18  //Methods
19  void init(ConfigurationManager *configManager);
20 
21 private:
22  std::string removeCommas(const std::string &str, bool andHexReplace = false, bool andHTMLReplace = false);
23 
24 };
25 }
26 #endif