imagehandlingutilities/thumbnailmanager/thumbnailclient/inc/thumbnailmanagerimpl.h
branchRCL_3
changeset 13 ee674526fac5
parent 11 dea39715fc05
child 21 ad31f4183ddc
equal deleted inserted replaced
11:dea39715fc05 13:ee674526fac5
   335      * @param aPriority     Priority for this operation
   335      * @param aPriority     Priority for this operation
   336      */
   336      */
   337      void UpdateThumbnailsL( const TThumbnailId aItemId, const TDesC& aPath,
   337      void UpdateThumbnailsL( const TThumbnailId aItemId, const TDesC& aPath,
   338                              const TInt aOrientation, const TInt64 aModified, TInt aPriority );
   338                              const TInt aOrientation, const TInt64 aModified, TInt aPriority );
   339 
   339 
       
   340      /**
       
   341       * Rename Thumbnails. This is an asynchronous
       
   342       * operation, which always returns immediately.
       
   343       *
       
   344       * @since S60 v5.0
       
   345       * @param aCurrentPath     Current path of the Thumbnail
       
   346       * @param aNewPath         New path for the Thumbnail
       
   347       * @param aPriority        Priority for this operation
       
   348       * @return                 Thumbnail request ID. This can be used to
       
   349       *                         cancel the request or change priority.
       
   350       *                         The ID is specific to this CThumbnailManager
       
   351       *                         instance and may not be shared with other
       
   352       *                         instances.
       
   353       */
       
   354      TThumbnailRequestId RenameThumbnailsL( const TDesC& aCurrentPath, 
       
   355              const TDesC& aNewPath, TInt aPriority = CActive::EPriorityIdle );
       
   356      
   340 private:
   357 private:
   341 
   358 
   342     /**
   359     /**
   343      * C++ default constructor
   360      * C++ default constructor
   344      *
   361      *