void CResponseHandler::RunL() { // if any existing -> Send response if (iResponseArray.Count()) { CompleteAnyKey(iResponseArray[0]); // Remove already completed key iResponseArray.Remove(0); iResponseArray.Compress(); } }
/*! \internal Handles an active object's request completion event. */ void MpMediaKeyRemConResponse::RunL() { TX_ENTRY_ARGS( "iStatus=" << iStatus.Int() ); // if any existing -> Send response if ( iResponseArray.Count() ) { CompleteAnyKey( iResponseArray[0] ); // Remove already completed key iResponseArray.Remove( 0 ); iResponseArray.Compress(); } TX_EXIT }