mobilemessaging/smsmtm/servermtm/src/SMSSOUTB.CPP
branchRCL_3
changeset 57 ebe688cedc25
parent 53 696bfeff199e
child 60 7fdbb852d323
equal deleted inserted replaced
54:fa1df4b99609 57:ebe688cedc25
   513 			}
   513 			}
   514 		
   514 		
   515 		_LIT16(KComma, ",");
   515 		_LIT16(KComma, ",");
   516 		
   516 		
   517 		RBuf16 buffer;
   517 		RBuf16 buffer;
   518 		buffer.Create(size+num);
   518 		buffer.CreateL(size+num);
   519 		if(num > 0)
   519 		if(num > 0)
   520 			{
   520 			{
   521 			rcpt = numbers[0];
   521 			rcpt = numbers[0];
   522 			buffer.Append(rcpt->Address());	
   522 			buffer.Append(rcpt->Address());	
   523 			}
   523 			}
   586 			{
   586 			{
   587 			//The following members should be set already, but set them again just in case ;)
   587 			//The following members should be set already, but set them again just in case ;)
   588 			iEntry.SetConnected(EFalse);
   588 			iEntry.SetConnected(EFalse);
   589 			iEntry.SetFailed(EFalse);
   589 			iEntry.SetFailed(EFalse);
   590 			iEntry.SetSendingState(KMsvSendStateSent);
   590 			iEntry.SetSendingState(KMsvSendStateSent);
       
   591 			iEntry.iDate.UniversalTime();
   591 
   592 
   592 			//Only update the message if it has changed
   593 			//Only update the message if it has changed
   593  			if (!(iEntry == iServerEntry.Entry()))
   594  			if (!(iEntry == iServerEntry.Entry()))
   594  				User::LeaveIfError(iServerEntry.ChangeEntry(iEntry));
   595  				User::LeaveIfError(iServerEntry.ChangeEntry(iEntry));
   595 			
   596