mmsengine/mmsserver/inc/mmsserver.h
branchRCL_3
changeset 27 7fdbb852d323
parent 26 ebe688cedc25
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
   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         /**