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.
     1 #include "ref-count-base.h"
     2 
     3 namespace ns3 {
     4 
     5 RefCountBase::~RefCountBase ()
     6 {}
     7 
     8 } // namespace ns3