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
void RequestComplete ( TInt , const TLbsNetSessionId &)

Member Functions Documentation

RequestComplete(TInt, const TLbsNetSessionId &)

void RequestComplete ( TInt aReason,
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 aReason is the return/error code the completed location request.
const TLbsNetSessionId & aSessionId is the id of the completed request.