AddInterface -> AggregateObject

This commit is contained in:
Mathieu Lacage
2008-01-31 22:23:46 +01:00
parent 5ade799440
commit cecd35e20b
18 changed files with 31 additions and 31 deletions

View File

@@ -116,7 +116,7 @@ Node::Construct (void)
{
m_id = NodeList::Add (this);
Ptr<PacketSocketFactory> socketFactory = CreateObject<PacketSocketFactory> ();
AddInterface (socketFactory);
AggregateObject (socketFactory);
}
Node::~Node ()