Added the className methods everywhere

This commit is contained in:
evomarc 2004-06-15 07:09:57 +00:00
commit e44cf2c446
4 changed files with 21 additions and 1 deletions

View file

@ -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;