* edoSampler: sampler method protected

This commit is contained in:
Caner Candan 2011-03-15 18:05:45 +01:00
commit 7dcc7b62dd

View file

@ -51,8 +51,6 @@ public:
// virtual EOType operator()( D& ) = 0 (provided by eoUF< A1, R >)
virtual EOType sample( D& ) = 0;
EOType operator()( D& distrib )
{
unsigned int size = distrib.size();
@ -84,6 +82,10 @@ public:
return solution;
}
protected:
virtual EOType sample( D& ) = 0;
private:
//edoBounderNo<EOType> _dummy_bounder;