#include <IPassiveQueue.h>
Inheritance diagram for IPassiveQueue:
Public Member Functions | |
virtual | ~IPassiveQueue () |
virtual void | requestPacket ()=0 |
|
00032 {}
|
|
The queue should send a packet whenever this method is invoked. If the queue is currently empty, it should send a packet when when one becomes available. Implemented in PassiveQueueBase. |