--- /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