messagingfw/msgsrvnstore/server/src/msvpreferreddrivelist.cpp
changeset 36 e7635922c074
parent 0 8e480a14352b
child 46 d51193d814ea
equal deleted inserted replaced
34:b66b8f3a7fd8 36:e7635922c074
     1 // MSVPREFERREDDRIVELIST.CPP
     1 // MSVPREFERREDDRIVELIST.CPP
     2 
     2 
     3 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     4 // All rights reserved.
     4 // All rights reserved.
     5 // This component and the accompanying materials are made available
     5 // This component and the accompanying materials are made available
     6 // under the terms of "Eclipse Public License v1.0"
     6 // under the terms of "Eclipse Public License v1.0"
     7 // which accompanies this distribution, and is available
     7 // which accompanies this distribution, and is available
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   276 	
   276 	
   277 	TInt count = Count();
   277 	TInt count = Count();
   278 	for(TInt index = 0; index < count; ++index)
   278 	for(TInt index = 0; index < count; ++index)
   279 		{		
   279 		{		
   280 		RBuf8 text;
   280 		RBuf8 text;
   281 		text.Create(100);
   281 		text.CreateL(100);
   282 		text.Append(KLtBracket);
   282 		text.Append(KLtBracket);
   283 		text.AppendNum(index);
   283 		text.AppendNum(index);
   284 		text.Append(KRtBracket);
   284 		text.Append(KRtBracket);
   285 		text.AppendNum((*iDrives)[index].driveNum);
   285 		text.AppendNum((*iDrives)[index].driveNum);
   286 		text.Append(KDriveId);
   286 		text.Append(KDriveId);