src/wifi/helper/wifi-helper.h
changeset 10466 b891591b5b2a
parent 10459 f2e90c12a44f
child 11159 b744c32b69bc
equal deleted inserted replaced
10465:d7da673064f8 10466:b891591b5b2a
    86  * their attributes during creation.
    86  * their attributes during creation.
    87  */
    87  */
    88 class WifiHelper
    88 class WifiHelper
    89 {
    89 {
    90 public:
    90 public:
       
    91   virtual ~WifiHelper ();
       
    92 
    91   /**
    93   /**
    92    * Create a Wifi helper in an empty state: all its parameters
    94    * Create a Wifi helper in an empty state: all its parameters
    93    * must be set before calling ns3::WifiHelper::Install
    95    * must be set before calling ns3::WifiHelper::Install
    94    */
    96    */
    95   WifiHelper ();
    97   WifiHelper ();