add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.

This commit is contained in:
Mathieu Lacage
2008-01-02 09:09:24 +01:00
parent 906a9748b5
commit 6b0e717a19
77 changed files with 403 additions and 359 deletions

View File

@@ -106,7 +106,6 @@ Queue::Queue() :
m_nTotalDroppedPackets(0)
{
NS_LOG_FUNCTION;
SetInterfaceId (Queue::iid);
}
Queue::~Queue()