src/internet-node/ipv4-l4-protocol.cc
changeset 2602 d9262bff6df2
parent 2501 3eaeac1dd5ed
child 2834 1aab57845b07
--- a/src/internet-node/ipv4-l4-protocol.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/internet-node/ipv4-l4-protocol.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -32,7 +32,7 @@
 TypeId 
 Ipv4L4Protocol::GetTypeId (void)
 {
-  static TypeId tid = TypeId ("Ipv4L4Protocol")
+  static TypeId tid = TypeId ("ns3::Ipv4L4Protocol")
     .SetParent<Object> ()
     .AddAttribute ("ProtocolNumber", "The Ipv4 protocol number.",
                    Uinteger (0),