commsfwsupport/commselements/commsfw/src/cfutil.cpp
branchRCL_3
changeset 21 07656293a99c
parent 15 51722b10598b
equal deleted inserted replaced
19:35c06c1d4fa6 21:07656293a99c
   491 							found = ETrue;
   491 							found = ETrue;
   492 							}
   492 							}
   493 						}
   493 						}
   494 					if(!found)
   494 					if(!found)
   495 						{
   495 						{
   496 						files.Append(entry);
   496 						files.AppendL(entry);
   497 						fullEntry.Set(entry.iName, &ff.File(), NULL);      
   497 						fullEntry.Set(entry.iName, &ff.File(), NULL);      
   498 						AddL(TOwnEntry(fullEntry, entry));
   498 						AddL(TOwnEntry(fullEntry, entry));
   499 						}
   499 						}
   500 					}
   500 					}
   501 				else
   501 				else
   502 					{
   502 					{
   503 					files.Append(entry);
   503 					files.AppendL(entry);
   504 				    fullEntry.Set(entry.iName, &ff.File(), NULL);      
   504 				    fullEntry.Set(entry.iName, &ff.File(), NULL);      
   505 				    AddL(TOwnEntry(fullEntry, entry));
   505 				    AddL(TOwnEntry(fullEntry, entry));
   506 				    }
   506 				    }
   507 				}
   507 				}
   508 				CleanupStack::PopAndDestroy(dir);
   508 				CleanupStack::PopAndDestroy(dir);