mobilemessaging/smsmtm/servermtm/src/SMSSSEND.CPP
changeset 55 5b3b2fa8c3ec
parent 0 72b543305e3a
child 60 7fdbb852d323
equal deleted inserted replaced
51:3507212d340e 55:5b3b2fa8c3ec
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2000-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".
   150 
   150 
   151 	iEntry.SetConnected(ETrue);
   151 	iEntry.SetConnected(ETrue);
   152 	iEntry.SetFailed(EFalse);
   152 	iEntry.SetFailed(EFalse);
   153 	iEntry.SetSendingState(KMsvSendStateSending);
   153 	iEntry.SetSendingState(KMsvSendStateSending);
   154 	iEntry.iError = KErrNone;
   154 	iEntry.iError = KErrNone;
   155 
   155 	iEntry.iDate.UniversalTime();
       
   156 	
   156 	ChangeEntryL(iEntry);
   157 	ChangeEntryL(iEntry);
   157 	}
   158 	}
   158 
   159 
   159 void CSmsSend::SendNextRecipientL()
   160 void CSmsSend::SendNextRecipientL()
   160 	{
   161 	{