src/devices/wifi/jakes-propagation-loss-model.cc
changeset 3907 56e477db65b2
parent 2965 4b28e9740e3b
child 4041 c52c1814bd5e
--- 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<const JakesPropagationLossModel> jakes,
                     Ptr<MobilityModel> receiver, 
@@ -198,7 +199,7 @@
 }
 
 double
-JakesPropagationLossModel::GetLoss (Ptr<MobilityModel> a,
+JakesPropagationLossModel::DoGetLoss (Ptr<MobilityModel> a,
 				    Ptr<MobilityModel> b) const
 {
   PathsList::iterator i = m_paths.end ();