MHgBufferOwner Class Reference

class MHgBufferOwner

Buffer observer interface.

Public Member Functions
voidRelease(TInt, TInt)

Member Functions Documentation

Release(TInt, TInt)

voidRelease(TIntaReleaseStart,
TIntaReleaseEnd
)[pure virtual]

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

Parameters

TInt aReleaseStartThe index of the first item in buffer.
TInt aReleaseEndThe index of the last item in buffer.