branch | RCL_3 |
changeset 11 | d5f04de580b7 |
parent 8 | bc06d8566074 |
child 12 | b74061f7f3d2 |
--- a/devsound/a3fdevsound/src/devsoundadaptor/cdevcommoncontrol.cpp Mon Mar 15 12:46:07 2010 +0200 +++ b/devsound/a3fdevsound/src/devsoundadaptor/cdevcommoncontrol.cpp Wed Mar 31 23:56:23 2010 +0300 @@ -613,7 +613,10 @@ break; default: - break; + if(iBeingPreempted) + { + iAdaptationObserver->PreemptionFinishedCallbackReceived(ETrue); // notify client of end of cycle + } } DP_OUT();