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