ajout de terminate dans explorer

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1643 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-01-15 13:23:05 +00:00
commit 958ab63d9c
3 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,8 @@ public:
virtual bool accept(EOT & solution) = 0 ;
virtual void terminate(EOT & solution) = 0 ;
/** Return the class id.
* @return the class name as a std::string
*/