bug 275: Queue::Peek should return Ptr<const Packet>

This commit is contained in:
Mathieu Lacage
2008-08-11 10:40:31 -07:00
parent 222c989f79
commit b591ee4053
5 changed files with 11 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ Queue::DequeueAll (void)
}
}
Ptr<Packet>
Ptr<const Packet>
Queue::Peek (void) const
{
NS_LOG_FUNCTION (this);