mobilemessaging/smsmtm/servermtm/src/SMSSendSession.cpp
changeset 61 8ba0afbb4637
parent 0 72b543305e3a
child 60 7fdbb852d323
equal deleted inserted replaced
52:12db4185673b 61:8ba0afbb4637
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-2010 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();
   132 						iServerEntry.ChangeEntry(entry); //ignore error?
   133 						iServerEntry.ChangeEntry(entry); //ignore error?
   133 
   134 
   134 						aSelection.Delete(selCount);
   135 						aSelection.Delete(selCount);
   135 						}	
   136 						}	
   136 					}
   137 					}