Added the className methods everywhere
This commit is contained in:
parent
c0d5eec303
commit
e44cf2c446
4 changed files with 21 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ public :
|
|||
verbose(_verbose), delim(_delim), firsttime(true) {}
|
||||
eoMonitor& operator()(void);
|
||||
|
||||
virtual std::string className(void) const { return "eoStdoutMonitor"; }
|
||||
private :
|
||||
bool verbose;
|
||||
std::string delim;
|
||||
|
|
|
|||
Reference in a new issue