... a comment ...
This commit is contained in:
parent
641b49e995
commit
c592a74025
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ class eoInit : public eoUF<EOT&, void>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/** SHould be pure virtual, but then we should go over the whole
|
/** className: Mandatory because of eoCombinedInit.
|
||||||
|
SHould be pure virtual, but then we should go over the whole
|
||||||
* code to write the method for all derived classes ... MS 16/7/04 */
|
* code to write the method for all derived classes ... MS 16/7/04 */
|
||||||
virtual std::string className(void) const { return "eoInit"; }
|
virtual std::string className(void) const { return "eoInit"; }
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue