mobilemessaging/smsmtm/servermtm/src/SMSSendSession.cpp
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
     1 // Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   127 						//Message is not going to be sent, so set failed
   127 						//Message is not going to be sent, so set failed
   128 						entry.SetFailed(ETrue);
   128 						entry.SetFailed(ETrue);
   129 						entry.SetSendingState(KMsvSendStateFailed);
   129 						entry.SetSendingState(KMsvSendStateFailed);
   130 						entry.iError = KErrUnknownBioType;
   130 						entry.iError = KErrUnknownBioType;
   131 						divideError = KErrUnknownBioType;
   131 						divideError = KErrUnknownBioType;
   132 						entry.iDate.UniversalTime();
       
   133 						iServerEntry.ChangeEntry(entry); //ignore error?
   132 						iServerEntry.ChangeEntry(entry); //ignore error?
   134 
   133 
   135 						aSelection.Delete(selCount);
   134 						aSelection.Delete(selCount);
   136 						}	
   135 						}	
   137 					}
   136 					}