Added the className method everywhere
This commit is contained in:
parent
e44cf2c446
commit
66a51c5ddb
7 changed files with 13 additions and 1 deletions
|
|
@ -33,7 +33,11 @@
|
|||
* false for termination
|
||||
*/
|
||||
template< class EOT>
|
||||
class eoContinue : public eoUF<const eoPop<EOT>&, bool> {};
|
||||
class eoContinue : public eoUF<const eoPop<EOT>&, bool>
|
||||
{
|
||||
public:
|
||||
virtual std::string className(void) const { return "eoContinue"; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue