diff -r 01acc159ffb1 -r 56e477db65b2 src/devices/wifi/jakes-propagation-loss-model.cc --- a/src/devices/wifi/jakes-propagation-loss-model.cc Tue Oct 28 11:26:58 2008 +0100 +++ b/src/devices/wifi/jakes-propagation-loss-model.cc Tue Oct 28 13:17:17 2008 +0100 @@ -33,7 +33,8 @@ -class JakesPropagationLossModel::PathCoefficients { +class JakesPropagationLossModel::PathCoefficients +{ public: PathCoefficients (Ptr jakes, Ptr receiver, @@ -198,7 +199,7 @@ } double -JakesPropagationLossModel::GetLoss (Ptr a, +JakesPropagationLossModel::DoGetLoss (Ptr a, Ptr b) const { PathsList::iterator i = m_paths.end ();