Replaced stupid eoRateParam by eoValueParam<eoHowMnay>
Had to transform eoHowMany into an eoPersistent ...
This commit is contained in:
parent
5508869d00
commit
0aa6a235ef
7 changed files with 88 additions and 129 deletions
|
|
@ -50,6 +50,10 @@ class eoSelectMany : public eoSelect<EOT>
|
|||
double _rate, bool _interpret_as_rate = true)
|
||||
: select(_select), howMany(_rate, _interpret_as_rate) {}
|
||||
|
||||
// Ctor with eoHowMany
|
||||
eoSelectMany(eoSelectOne<EOT>& _select, eoHowMany _howMany)
|
||||
: select(_select), howMany(_howMany) {}
|
||||
|
||||
/**
|
||||
The implementation repeatidly selects an individual
|
||||
|
||||
|
|
|
|||
Reference in a new issue