git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1764
270642c3-0616-0410-b53a-bc976706d245
}
template <class T>
-prefix_ void senf::StatisticAccumulator<T>::data( StatisticsData &data_) const
+prefix_ void senf::StatisticAccumulator<T>::data( StatisticsData &data_)
{
data_.min = (float) min_;
data_.avg = avg();
boost::uint32_t count() const;
///< Returns count of accumulated values.
/**< This method returns count of accumulated values of the current accumulation.*/
- void data( StatisticsData & data_) const;
+ void data( StatisticsData & data_);
///< Returns the accumulated data as a tuple
/**< This method returns the accumulated information as a tuple.*/