mpserviceplugins/inc/mpxdbcommonutil.h
changeset 22 ecf06a08d4d9
parent 19 4e84c994a771
--- a/mpserviceplugins/inc/mpxdbcommonutil.h	Fri Apr 16 14:56:30 2010 +0300
+++ b/mpserviceplugins/inc/mpxdbcommonutil.h	Mon May 03 12:29:20 2010 +0300
@@ -410,6 +410,19 @@
         */
         IMPORT_C static TPtrC GetColumnTextL(RSqlStatement& aStatement, TInt aField);
 
+        /**
+        * Constructs an item changed message and adds it to the array
+        * @param aMessageArray array to add the message to
+        * @param aId item ID
+        * @param aChangeType change type
+        * @param aCategory category of the item changed
+        * @param aUid plugin UID
+        * @param aAlbumArt is the flag for album art changed
+        * @param aDeprecatedId deprecated id of the item after it's been moved/renamed
+        */
+        IMPORT_C static void AddItemAlbumChangedMessageL(CMPXMessageArray& aMessageArray, TMPXItemId aId,
+            TMPXChangeEventType aChangeType, TMPXGeneralCategory aCategory, TUint aUid,
+            TBool aAlbumArt, TMPXItemId aDeprecatedId = 0 );
     private:
         /**
         * Create a media object with title, type, category and ID and push onto the CS.