mmserv/tms/tmscallserver/src/tmscsdownlink.cpp
changeset 33 5e8b14bae8c3
parent 21 2ed61feeead6
child 53 eabc8c503852
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
   139 void TMSCSDownlink::PlayError(TInt aError)
   139 void TMSCSDownlink::PlayError(TInt aError)
   140     {
   140     {
   141     TRACE_PRN_N1(_L("TMSCSDownlink::PlayError[%d]"), aError);
   141     TRACE_PRN_N1(_L("TMSCSDownlink::PlayError[%d]"), aError);
   142 
   142 
   143     // We don't react to devsound errors unless we are activating.
   143     // We don't react to devsound errors unless we are activating.
   144     if (iActivationOngoing && aError == KErrAccessDenied)
   144     if (iActivationOngoing && (aError == KErrAccessDenied ||
       
   145             aError == KErrInUse))
   145         {
   146         {
   146         if (iStartRetryTime != 0)
   147         if (iStartRetryTime != 0)
   147             {
   148             {
   148             StartTimer();
   149             StartTimer();
   149             }
   150             }