From ab8a395c4995e24e9f9d1584f874ddda0bb0bad4 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 25 Mar 2008 17:01:56 -0700 Subject: [PATCH] ensure type is registered --- src/devices/point-to-point/point-to-point-channel.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/point-to-point/point-to-point-channel.cc b/src/devices/point-to-point/point-to-point-channel.cc index af0871223..9503ae11a 100644 --- a/src/devices/point-to-point/point-to-point-channel.cc +++ b/src/devices/point-to-point/point-to-point-channel.cc @@ -29,6 +29,8 @@ NS_LOG_COMPONENT_DEFINE ("PointToPointChannel"); namespace ns3 { +NS_OBJECT_ENSURE_REGISTERED (PointToPointChannel); + TypeId PointToPointChannel::GetTypeId (void) {