--- a/src/node/channel.cc Thu Mar 13 11:21:12 2008 -0700
+++ b/src/node/channel.cc Thu Mar 13 12:56:49 2008 -0700
@@ -29,7 +29,7 @@
TypeId
Channel::GetTypeId (void)
{
- static TypeId tid = TypeId ("Channel")
+ static TypeId tid = TypeId ("ns3::Channel")
.SetParent<Object> ();
return tid;
}