src/core/model/ref-count-base.cc
changeset 6821 203367ae7433
parent 5505 c0ac392289c3
child 7169 358f71a624d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/core/model/ref-count-base.cc	Fri Feb 18 16:05:39 2011 -0800
@@ -0,0 +1,8 @@
+#include "ref-count-base.h"
+
+namespace ns3 {
+
+RefCountBase::~RefCountBase ()
+{}
+
+} // namespace ns3