src/node/channel.cc
changeset 2602 d9262bff6df2
parent 2252 80595448707a
child 2720 3c7d9f8c9034
--- 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;
 }