InterfaceId -> TypeId

This commit is contained in:
Mathieu Lacage
2008-01-15 12:36:22 +01:00
parent 4f58be6548
commit 44c33f1618
67 changed files with 270 additions and 270 deletions

View File

@@ -31,10 +31,10 @@ namespace ns3{
NS_OBJECT_ENSURE_REGISTERED (Node);
InterfaceId
TypeId
Node::iid (void)
{
static InterfaceId iid = InterfaceId ("Node")
static TypeId iid = TypeId ("Node")
.SetParent<Object> ();
return iid;
}