changeset 9134 | 7a750f032acd |
parent 7169 | 358f71a624d8 |
child 10968 | 2d29fee2b7b8 |
9133:bcf7cef191c1 | 9134:7a750f032acd |
---|---|
1 #include "ref-count-base.h" |
1 #include "ref-count-base.h" |
2 #include "log.h" |
|
3 |
|
4 NS_LOG_COMPONENT_DEFINE ("RefCountBase"); |
|
2 |
5 |
3 namespace ns3 { |
6 namespace ns3 { |
4 |
7 |
5 RefCountBase::~RefCountBase () |
8 RefCountBase::~RefCountBase () |
6 { |
9 { |
10 NS_LOG_FUNCTION (this); |
|
7 } |
11 } |
8 |
12 |
9 } // namespace ns3 |
13 } // namespace ns3 |