commsfwsupport/commselements/commsfw/src/cfutil.cpp
changeset 65 41cc8e7ff496
parent 25 e53adc4c49de
equal deleted inserted replaced
40:34fc115b8742 65:41cc8e7ff496
   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);