# HG changeset patch # User Mathieu Lacage # Date 1215030134 25200 # Node ID 51ff815f24a2b10bc8a41167765f8dde20964a84 # Parent 184673f59f533d865b0cf97188c79d99cd5f73de no need for protected variables diff -r 184673f59f53 -r 51ff815f24a2 src/devices/wifi/jakes-propagation-loss-model.h --- a/src/devices/wifi/jakes-propagation-loss-model.h Wed Jul 02 13:21:56 2008 -0700 +++ b/src/devices/wifi/jakes-propagation-loss-model.h Wed Jul 02 13:22:14 2008 -0700 @@ -97,7 +97,8 @@ * Set the number of oscillators to use to compute the ray coefficient */ void SetNOscillators (uint8_t nOscillators); -protected: + +private: class PathCoefficients; struct ComplexNumber { double real; @@ -109,7 +110,7 @@ ComplexNumber* m_amp; RandomVariable m_variable; double m_fd; -private: + typedef std::vector DestinationList; struct PathsSet { Ptr sender;