Replaced stupid eoRateParam by eoValueParam<eoHowMnay>

Had to transform eoHowMany into an eoPersistent ...
This commit is contained in:
evomarc 2001-05-07 07:13:36 +00:00
commit 0aa6a235ef
7 changed files with 88 additions and 129 deletions

View file

@ -353,18 +353,6 @@ bool eoParser::userNeedsHelp(void)
}
///////////////// I put these here at the moment
ostream & operator<<(ostream & _os, const eoRateParamType & _rate)
{
_rate.printOn(_os);
return _os;
}
istream & operator>>(istream & _is, eoRateParamType & _rate)
{
_rate.readFrom(_is);
return _is;
}
ostream & operator<<(ostream & _os, const eoParamParamType & _rate)
{
_rate.printOn(_os);