several fix of minor warnings
This commit is contained in:
parent
1cdbb036d3
commit
0332920d63
14 changed files with 22 additions and 20 deletions
|
|
@ -134,7 +134,7 @@ public:
|
|||
|
||||
/** just to be sure the add method is not called further
|
||||
*/
|
||||
virtual void add(const eoParam& _param)
|
||||
virtual void add(const eoParam& )
|
||||
{ throw std::runtime_error("eoFDCFileSnapshot::add(). Trying to add stats to an eoFDCFileSnapshot"); }
|
||||
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
using eoMonitor::add;
|
||||
|
||||
void add(eoMonitor& mon) { monitors.push_back(&mon); }
|
||||
|
||||
virtual std::string className(void) const { return "eoTimedMonitor"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue