ADTF
|
Callback interface for dropped items. More...
Public Member Functions | |
virtual tResult | OnDrop (const tItem &sDroppedItem, const tItem &sNextItem)=0 |
Called whenever an item is removed from the head of the buffer. More... | |
Callback interface for dropped items.
Definition at line 45 of file fileringbuffer.h.
Called whenever an item is removed from the head of the buffer.
[in] | sDroppedItem | The dropped item |
[in] | sNextItem | The item after the dropped item, i.e. the new head of the buffer. |
Referenced by cFileRingBuffer< ADDITIONAL_DATA, ALIGNMENT >::PopFront().