equal
deleted
inserted
replaced
1898 |
1898 |
1899 //RD_AUTO_RESTART |
1899 //RD_AUTO_RESTART |
1900 if(iPacketDataUnAvailable) |
1900 if(iPacketDataUnAvailable) |
1901 { |
1901 { |
1902 DBG_FILE(_S8("CNSmlAgentBase::FinaliseWhenErrorL Prompting for a Dialog")); |
1902 DBG_FILE(_S8("CNSmlAgentBase::FinaliseWhenErrorL Prompting for a Dialog")); |
1903 iError->SetErrorCode( TNSmlError::ESmlCommunicationError); |
1903 if (iError) |
|
1904 { |
|
1905 iError->SetErrorCode( TNSmlError::ESmlCommunicationError); |
|
1906 } |
1904 User::RequestComplete( iCallerStatus, TNSmlError::ESmlCommunicationError ); |
1907 User::RequestComplete( iCallerStatus, TNSmlError::ESmlCommunicationError ); |
1905 } |
1908 } |
1906 //RD_AUTO_RESTART |
1909 //RD_AUTO_RESTART |
1907 else if ( aErrorCode == KErrCancel ) |
1910 else if ( aErrorCode == KErrCancel ) |
1908 { |
1911 { |