1.1 --- a/src/applications/radvd/radvd-prefix.h Mon Sep 07 18:27:40 2009 +0200
1.2 +++ b/src/applications/radvd/radvd-prefix.h Thu Nov 12 13:01:01 2009 +0100
1.3 @@ -24,6 +24,7 @@
1.4 #include <stdint.h>
1.5
1.6 #include "ns3/ipv6-address.h"
1.7 +#include "ns3/simple-ref-count.h"
1.8
1.9 namespace ns3
1.10 {
1.11 @@ -33,7 +34,7 @@
1.12 * \class RadvdPrefix
1.13 * \brief Router prefix for radvd application.
1.14 */
1.15 -class RadvdPrefix : public RefCountBase
1.16 +class RadvdPrefix : public SimpleRefCount<RadvdPrefix>
1.17 {
1.18 public:
1.19 /**