src/core/ref-count-base.cc
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu Nov 12 13:01:01 2009 +0100 (2009-11-12)
changeset 5505 c0ac392289c3
parent 3395 3b6bc7a4f975
permissions -rw-r--r--
replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
riley@2775
     1
#include "ref-count-base.h"
riley@2775
     2
riley@2775
     3
namespace ns3 {
riley@2775
     4
mathieu@5505
     5
RefCountBase::~RefCountBase ()
mathieu@2946
     6
{}
mathieu@3395
     7
riley@2775
     8
} // namespace ns3