MDispatcherCallback Class Reference

class MDispatcherCallback

Member Functions Documentation

CallbackSync(CRequestQueueOneShot::TIpcDataPackage &)

void CallbackSync ( CRequestQueueOneShot::TIpcDataPackage & aIpcDataPackage ) [pure virtual]

This function forms part of the handling of IPCs which are completed synchronously by the Licensee LTSY but needs completion asynchronously up to the Common TSY. It is used by the CRequestQueueOneShot object to forward the request back to the correct dispatcher along with the completion data so that the request data can then be unpacked and cleaned up properly on return to the Common TSY.

Parameters

CRequestQueueOneShot::TIpcDataPackage & aIpcDataPackage Encapsulates the request to complete.