src/devices/wifi/jakes-propagation-loss-model.h
changeset 4059 251351372d8d
parent 3908 232d52317a18
child 4679 7555c9a0564b
--- 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 {