MHgBufferOwner Class Reference

class MHgBufferOwner

Buffer observer interface.

Public Member Functions
void Release ( TInt , TInt )

Member Functions Documentation

Release(TInt, TInt)

void Release ( TInt aReleaseStart,
TInt aReleaseEnd
) [pure virtual]

Buffer position changed. The items between the aReleaseStart and aReleaseEnd should be released as soon as possible.

Parameters

TInt aReleaseStart The index of the first item in buffer.
TInt aReleaseEnd The index of the last item in buffer.