photosgallery/viewframework/medialists/inc/glxcachemanager.h
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 4 57d388cc48c1
child 13 bcb43dc84c44
equal deleted inserted replaced
11:71da52165949 12:ce1c7ad1f18b
    72      * Called when a media item has new attributes
    72      * Called when a media item has new attributes
    73      * @param aIdSpaceId Id space of media item
    73      * @param aIdSpaceId Id space of media item
    74      * @param aMedia The media object 
    74      * @param aMedia The media object 
    75      * @param aError Error
    75      * @param aError Error
    76      */
    76      */
    77 	void HandleCollectionMediaL(const TGlxIdSpaceId& aIdSpaceId, const CMPXMedia& aMedia, TInt aError);
    77 	void HandleCollectionMediaL(const TGlxIdSpaceId& aIdSpaceId, const CMPXMedia& aMedia, TInt aError, TBool aRequestNextAttr = ETrue);
    78 
    78 
    79 	/**
    79 	/**
    80 	 * Informs that focus in the window of the list has changed. The lists 
    80 	 * Informs that focus in the window of the list has changed. The lists 
    81 	 * calls this function so that the manager knows to start updating the cache
    81 	 * calls this function so that the manager knows to start updating the cache
    82 	 * to load the now needed items.
    82 	 * to load the now needed items.