1.1 --- a/src/node/ipv6-route.h Fri Sep 18 18:21:15 2009 +0200
1.2 +++ b/src/node/ipv6-route.h Thu Nov 12 13:01:01 2009 +0100
1.3 @@ -25,7 +25,7 @@
1.4 #include <vector>
1.5 #include <ostream>
1.6
1.7 -#include "ns3/ref-count-base.h"
1.8 +#include "ns3/simple-ref-count.h"
1.9
1.10 #include "ipv6-address.h"
1.11
1.12 @@ -39,7 +39,7 @@
1.13 * \class Ipv6Route
1.14 * \brief IPv6 route cache entry.
1.15 */
1.16 -class Ipv6Route : public RefCountBase
1.17 +class Ipv6Route : public SimpleRefCount<Ipv6Route>
1.18 {
1.19 public:
1.20 /**
1.21 @@ -129,7 +129,7 @@
1.22 * \class Ipv6MulticastRoute
1.23 * \brief IPv6 multicast route entry.
1.24 */
1.25 -class Ipv6MulticastRoute : public RefCountBase
1.26 +class Ipv6MulticastRoute : public SimpleRefCount<Ipv6MulticastRoute>
1.27 {
1.28 public:
1.29 /**