From 6d5d34ba1f12dc69a33d69c730e354eab0b973ea Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 31 Mar 2000 10:00:22 +0000 Subject: [PATCH] Added a className member --- eo/src/eoGenTerm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eo/src/eoGenTerm.h b/eo/src/eoGenTerm.h index b6fc60f53..a3a0ef19a 100644 --- a/eo/src/eoGenTerm.h +++ b/eo/src/eoGenTerm.h @@ -74,7 +74,9 @@ public: virtual unsigned totalGenerations( ) { return repTotalGenerations; }; - + + std::string className(void) const { return "eoGenTerm"; } + private: unsigned repTotalGenerations, thisGeneration; };