Added the className method everywhere

This commit is contained in:
evomarc 2004-06-15 07:28:54 +00:00
commit 66a51c5ddb
7 changed files with 13 additions and 1 deletions

View file

@ -59,6 +59,7 @@ public:
return repTotalEvaluations;
};
virtual std::string className(void) const { return "eoEvalContinue"; }
private:
eoEvalFuncCounter<EOT> & eval;
unsigned long repTotalEvaluations;