videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionplugin.h
changeset 40 13331705e488
parent 36 8aed59de29f9
equal deleted inserted replaced
39:f6d44a0cd476 40:13331705e488
   197 
   197 
   198         /**
   198         /**
   199         * From MVcxMyVideosMdsDbObserver.
   199         * From MVcxMyVideosMdsDbObserver.
   200         */
   200         */
   201         void HandleMyVideosDbEvent( TMPXChangeEventType aEvent,
   201         void HandleMyVideosDbEvent( TMPXChangeEventType aEvent,
   202                 RArray<TUint32>& aId );
   202                 RArray<TUint32>& aId, TInt aEventsLeft );
   203 
   203 
   204         /**
   204         /**
   205         * Leaving version of HandleMyVideosDbEvent.
   205         * Leaving version of HandleMyVideosDbEvent.
   206         */
   206         */
   207         void DoHandleMyVideosDbEventL( TMPXChangeEventType aEvent,
   207         void DoHandleMyVideosDbEventL( TMPXChangeEventType aEvent,
   208                 RArray<TUint32>& aId );
   208                 RArray<TUint32>& aId, TInt aEventsLeft );
   209                 
   209                 
   210         /**
   210         /**
   211         * From MVcxMyVideosMdsDbObserver.
   211         * From MVcxMyVideosMdsDbObserver.
   212         * Handler function for list fetching events. This callback is called as a response
   212         * Handler function for list fetching events. This callback is called as a response
   213         * to CreateVideoList( aSync = EFalse ).
   213         * to CreateVideoList( aSync = EFalse ).