MLbsSuplTiObserver Class Reference

class MLbsSuplTiObserver

The MlbsSuplTiObserver class is used in partnership with CLbsSuplTiApi class. The observer interface is used by a initiation module to inform the client of the location request completion.

Public Member Functions
voidRequestComplete(TInt, const TLbsNetSessionId &)

Member Functions Documentation

RequestComplete(TInt, const TLbsNetSessionId &)

voidRequestComplete(TIntaReason,
const TLbsNetSessionId &aSessionId
)[pure virtual]

RequestComplete is used by the initiation module to inform the client of the completion of the location request.

Parameters

TInt aReasonis the return/error code the completed location request.
const TLbsNetSessionId & aSessionIdis the id of the completed request.