| changeset 5505 | c0ac392289c3 |
| parent 5162 | 35963e5411c0 |
| child 6273 | 8d70de29d514 |
1.1 --- a/src/devices/mesh/dot11s/ie-dot11s-preq.h Tue Aug 25 15:27:49 2009 +0400 1.2 +++ b/src/devices/mesh/dot11s/ie-dot11s-preq.h Thu Nov 12 13:01:01 2009 +0100 1.3 @@ -33,7 +33,7 @@ 1.4 * \brief Describes an address unit in PREQ information element 1.5 * See 7.3.2.96 for more details 1.6 */ 1.7 -class DestinationAddressUnit : public RefCountBase 1.8 +class DestinationAddressUnit : public SimpleRefCount<DestinationAddressUnit> 1.9 { 1.10 public: 1.11 DestinationAddressUnit ();