changeset 2249 | 3a1da26d61dc |
parent 1870 | 67b3d2dea3d5 |
child 2250 | 18f432098389 |
--- a/src/node/drop-tail-queue.h Thu Jan 03 11:37:23 2008 +0100 +++ b/src/node/drop-tail-queue.h Thu Jan 03 11:39:45 2008 +0100 @@ -23,7 +23,6 @@ #include <queue> #include "ns3/packet.h" #include "ns3/queue.h" -#include "ns3/component-manager.h" namespace ns3 { @@ -36,7 +35,7 @@ */ class DropTailQueue : public Queue { public: - static const ClassId cid; + static InterfaceId iid (void); /** * \brief DropTailQueue Constructor *