A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ref-count-base.cc
Go to the documentation of this file.
1 #include "ref-count-base.h"
2 #include "log.h"
3 
4 NS_LOG_COMPONENT_DEFINE ("RefCountBase");
5 
6 namespace ns3 {
7 
9 {
10  NS_LOG_FUNCTION (this);
11 }
12 
13 } // namespace ns3
NS_LOG_COMPONENT_DEFINE("RefCountBase")
#define NS_LOG_FUNCTION(parameters)
Definition: log.h:345
virtual ~RefCountBase()
This only thing this class does it declare a virtual destructor.