1.1 --- a/src/devices/mesh/mesh-wifi-interface-mac-plugin.h Wed May 20 18:30:27 2009 +0400
1.2 +++ b/src/devices/mesh/mesh-wifi-interface-mac-plugin.h Thu Nov 12 13:01:01 2009 +0100
1.3 @@ -25,7 +25,7 @@
1.4 #include "ns3/packet.h"
1.5 #include "ns3/mac48-address.h"
1.6 #include "ns3/mesh-wifi-beacon.h"
1.7 -#include "ns3/ref-count-base.h"
1.8 +#include "ns3/simple-ref-count.h"
1.9
1.10 namespace ns3 {
1.11
1.12 @@ -38,7 +38,7 @@
1.13 *
1.14 * TODO: plugins description
1.15 */
1.16 -class MeshWifiInterfaceMacPlugin : public RefCountBase
1.17 +class MeshWifiInterfaceMacPlugin : public SimpleRefCount<MeshWifiInterfaceMacPlugin>
1.18 {
1.19 public:
1.20 /// This is for subclasses