mmsengine/mmsserver/inc/mmsserver.h
changeset 79 2981cb3aa489
parent 23 238255e8b033
equal deleted inserted replaced
25:84d9eb65b26f 79:2981cb3aa489
   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         /**