src/devices/mesh/wifi-information-element-vector.h
changeset 5505 c0ac392289c3
parent 5184 a109c38131dd
child 5827 ed0b2d9301a1
     1.1 --- a/src/devices/mesh/wifi-information-element-vector.h	Mon Sep 14 10:19:33 2009 +0400
     1.2 +++ b/src/devices/mesh/wifi-information-element-vector.h	Thu Nov 12 13:01:01 2009 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4  #define IE_VECTOR_H
     1.5  
     1.6  #include "ns3/header.h"
     1.7 +#include "ns3/simple-ref-count.h"
     1.8  
     1.9  namespace ns3 {
    1.10  class Packet;
    1.11 @@ -79,9 +80,10 @@
    1.12   * Element ID as defined in this standard. The Length field specifies the number of octets in the Information
    1.13   * field.
    1.14   */
    1.15 -class WifiInformationElement : public RefCountBase
    1.16 +class WifiInformationElement : public SimpleRefCount<WifiInformationElement>
    1.17  {
    1.18  public:
    1.19 +  virtual ~WifiInformationElement ();
    1.20    ///\name Each subclass must implement
    1.21    //\{
    1.22    virtual void Print (std::ostream &os) const = 0;