convergedcallengine/csplugin/src/cspcall.cpp
branchRCL_3
changeset 21 0a6dd2dc9970
parent 20 987c9837762f
equal deleted inserted replaced
20:987c9837762f 21:0a6dd2dc9970
  1728                 termErr,
  1728                 termErr,
  1729                 this );
  1729                 this );
  1730             }
  1730             }
  1731         else if ( iDontReportTerm 
  1731         else if ( iDontReportTerm 
  1732                 && (  termErr == KErrGsmCCNormalUnspecified 
  1732                 && (  termErr == KErrGsmCCNormalUnspecified 
  1733                    || termErr == KErrGsmCCCallRejected ) )
  1733                    || termErr == KErrGsmCCCallRejected
       
  1734                    || termErr == KErrGsmCCRecoveryOnTimerExpiry ) )
  1734             {
  1735             {
  1735             // Not an error, since this happens on normal 
  1736             // Not an error, since this happens on normal 
  1736             // call termination situation after connected call.
  1737             // call termination situation after connected call.
  1737             CSPLOGSTRING3(CSPERROR, 
  1738             CSPLOGSTRING3(CSPERROR, 
  1738                     "CSPCall::CheckAndNotifyTerminationError DISCARD this: %x err: %d", 
  1739                     "CSPCall::CheckAndNotifyTerminationError DISCARD this: %x err: %d",