src/routing/olsr/olsr-agent.cc
changeset 2251 04963d8cca51
parent 2250 18f432098389
child 2252 80595448707a
--- a/src/routing/olsr/olsr-agent.cc	Tue Jan 15 12:36:22 2008 +0100
+++ b/src/routing/olsr/olsr-agent.cc	Tue Jan 15 12:43:07 2008 +0100
@@ -27,13 +27,13 @@
 static TypeIdDefaultValue g_defaultImpl =
   TypeIdDefaultValue ("OlsrAgentType",
                            "The type of OlsrAgent implementation",
-                           Agent::iid (),
+                           Agent::GetTypeId (),
                            "OlsrAgentImpl");
 
 NS_OBJECT_ENSURE_REGISTERED (Agent);
 
 TypeId 
-Agent::iid (void)
+Agent::GetTypeId (void)
 {
   static TypeId iid = TypeId ("OlsrAgent")
     .SetParent<Object> ();