src/internet-node/ipv4-l4-demux.cc
changeset 2251 04963d8cca51
parent 2250 18f432098389
child 2252 80595448707a
--- a/src/internet-node/ipv4-l4-demux.cc	Tue Jan 15 12:36:22 2008 +0100
+++ b/src/internet-node/ipv4-l4-demux.cc	Tue Jan 15 12:43:07 2008 +0100
@@ -61,7 +61,7 @@
 }
 
 TypeId 
-Ipv4L4Demux::iid (void)
+Ipv4L4Demux::GetTypeId (void)
 {
   static TypeId iid = TypeId ("Ipv4L4Demux")
     .SetParent<Object> ();