--- a/src/devices/wifi/jakes-propagation-loss-model.h Fri Jan 09 09:13:02 2009 +0100
+++ b/src/devices/wifi/jakes-propagation-loss-model.h Fri Jan 09 09:39:42 2009 +0100
@@ -100,9 +100,9 @@
JakesPropagationLossModel (const JakesPropagationLossModel &o);
JakesPropagationLossModel & operator = (const JakesPropagationLossModel &o);
void DoConstruct (void);
- virtual double DoGetLoss (Ptr<MobilityModel> a,
- Ptr<MobilityModel> b) const;
-
+ virtual double DoCalcRxPower (double txPowerDbm,
+ Ptr<MobilityModel> a,
+ Ptr<MobilityModel> b) const;
class PathCoefficients;
struct ComplexNumber {