messagingfw/sendas/server/src/csendassender.cpp
branchRCL_3
changeset 22 d2c4c66342f3
parent 0 8e480a14352b
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-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".
   118 		}		
   118 		}		
   119 	
   119 	
   120  	_LIT16(KComma, ",");
   120  	_LIT16(KComma, ",");
   121  		
   121  		
   122  	RBuf16 buffer;
   122  	RBuf16 buffer;
   123  	buffer.Create(size+ rcptCount);
   123  	buffer.CreateL(size+ rcptCount);
   124  	CleanupClosePushL(buffer);
   124  	CleanupClosePushL(buffer);
   125  	if(rcptCount > 0)
   125  	if(rcptCount > 0)
   126  		{
   126  		{
   127  		buffer.Append(recipient.MdcaPoint(0));	
   127  		buffer.Append(recipient.MdcaPoint(0));	
   128  		}
   128  		}