videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/inc/VcxMyVideosMdsDbTest.h
branchRCL_3
changeset 18 baf439b22ddd
parent 16 67eb01668b0e
equal deleted inserted replaced
16:67eb01668b0e 18:baf439b22ddd
   107         * Handler function for database events.
   107         * Handler function for database events.
   108         *
   108         *
   109         * @param aEvent Event type.
   109         * @param aEvent Event type.
   110         * @param aId    Array of IDs in database.
   110         * @param aId    Array of IDs in database.
   111         */
   111         */
   112         void HandleMyVideosDbEvent( TMPXChangeEventType aEvent, RArray<TUint32>& aId );
   112         void HandleMyVideosDbEvent( TMPXChangeEventType aEvent, RArray<TUint32>& aId, TInt aEventsLeft  );
   113 
   113 
   114         /**
   114         /**
   115         * Handler function for list fetching events. This callback is called as a response
   115         * Handler function for list fetching events. This callback is called as a response
   116         * to CreateVideoList( aSync = EFalse ).
   116         * to CreateVideoList( aSync = EFalse ).
   117         *
   117         *