MCustomVendorExtComplete Class Reference

class MCustomVendorExtComplete

This interface provide a function which allows an object in the LTSY to ask the CTSY to complete a request back to the client.

Public Member Functions
voidReqCompleted(const TTsyReqHandle, const TInt)

Member Functions Documentation

ReqCompleted(const TTsyReqHandle, const TInt)

voidReqCompleted(const TTsyReqHandleaTsyReqHandle,
const TIntaError
)[pure virtual]

This function should be called by a function in the LTSY to complete a request back to the client.

Parameters

const TTsyReqHandle aTsyReqHandleTSY request handle
const TInt aErrorThe error code the request is completing with.