equal
deleted
inserted
replaced
390 TInt count = iEntries.Count(); |
390 TInt count = iEntries.Count(); |
391 for (TInt i = 0; i < count; ++i) |
391 for (TInt i = 0; i < count; ++i) |
392 { |
392 { |
393 AppendEntryL(iEntries[i]); |
393 AppendEntryL(iEntries[i]); |
394 } |
394 } |
395 |
395 iReply.Append(KCRLF); |
|
396 |
396 TRACE_FUNC_EXIT |
397 TRACE_FUNC_EXIT |
397 } |
398 } |
398 |
399 |
399 void CSCPBRCommandHandler::AppendEntryL(const TPhoneBookEntry& aEntry) |
400 void CSCPBRCommandHandler::AppendEntryL(const TPhoneBookEntry& aEntry) |
400 { |
401 { |