videocollection/mpxmyvideoscollection/inc/vcxmyvideoscollectionplugin.h
branchRCL_3
changeset 45 baf439b22ddd
parent 26 67eb01668b0e
equal deleted inserted replaced
26:67eb01668b0e 45:baf439b22ddd
   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 ).