diff -r 67eb01668b0e -r baf439b22ddd videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionplugin.h --- a/videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionplugin.h Wed Jun 09 09:44:23 2010 +0300 +++ b/videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionplugin.h Mon Jun 21 15:43:03 2010 +0300 @@ -199,13 +199,13 @@ * From MVcxMyVideosMdsDbObserver. */ void HandleMyVideosDbEvent( TMPXChangeEventType aEvent, - RArray& aId ); + RArray& aId, TInt aEventsLeft ); /** * Leaving version of HandleMyVideosDbEvent. */ void DoHandleMyVideosDbEventL( TMPXChangeEventType aEvent, - RArray& aId ); + RArray& aId, TInt aEventsLeft ); /** * From MVcxMyVideosMdsDbObserver.