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
void ReqCompleted (const TTsyReqHandle , const TInt )

Member Functions Documentation

ReqCompleted(const TTsyReqHandle, const TInt)

void ReqCompleted ( const TTsyReqHandle aTsyReqHandle,
const TInt aError
) [pure virtual]

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

Parameters

const TTsyReqHandle aTsyReqHandle TSY request handle
const TInt aError The error code the request is completing with.