equal
deleted
inserted
replaced
435 * Check if there are notifications that have identical URI. |
435 * Check if there are notifications that have identical URI. |
436 * If yes, this is a duplicate, and should be discarded |
436 * If yes, this is a duplicate, and should be discarded |
437 * @param aParent folder where the notifications are stored |
437 * @param aParent folder where the notifications are stored |
438 * @param aNotification MMS headers for the new notification for |
438 * @param aNotification MMS headers for the new notification for |
439 * identity check. |
439 * identity check. |
440 * @return ETrue if the notification is a duplicate and should be discarded |
440 * @return ETrue if the notification is a duplicate and shoud be discarded |
441 * EFalse if a duplicate has not been found |
441 * EFalse if a duplicate has not been found |
442 */ |
442 */ |
443 TBool PruneDuplicateNotificationsL( TMsvId aParent, CMmsHeaders& aNotification ); |
443 TBool PruneDuplicateNotificationsL( TMsvId aParent, CMmsHeaders& aNotification ); |
444 |
444 |
445 /** |
445 /** |