videocollection/mpxmyvideoscollection/inc/vcxmyvideosmdsdb.h
branchRCL_3
changeset 10 112a725ff2c2
parent 8 ce5ada96ab30
child 14 55fa1ec415c6
equal deleted inserted replaced
9:5294c000a26d 10:112a725ff2c2
   298      *                            array.
   298      *                            array.
   299      */
   299      */
   300     void DoHandleQueryNewResultsL(CMdEQuery& aQuery,
   300     void DoHandleQueryNewResultsL(CMdEQuery& aQuery,
   301             TInt aFirstNewItemIndex, TInt aNewItemCount);
   301             TInt aFirstNewItemIndex, TInt aNewItemCount);
   302 
   302 
       
   303     /**
       
   304      * Sets Creation Date and Modified properties to object. Uses current date
       
   305      * value.
       
   306      * 
       
   307      * @param aObject  Object to modify.
       
   308      */
       
   309     void SetCreationAndModifiedDatesL( CMdEObject& aObject );
       
   310 
       
   311     /**
       
   312      * Sets creation date to aObject from aVideo.
       
   313      * 
       
   314      * @param aVideo  Creation date is copied from here.
       
   315      * @param aObject Creation date is written here.
       
   316      */
       
   317     void SetCreationDateToObjectL( const CMPXMedia& aVideo, CMdEObject& aObject );
   303 public:
   318 public:
   304 
   319 
   305     /**
   320     /**
   306     * Set to ETrue when starting to fetch media list from MDS.
   321     * Set to ETrue when starting to fetch media list from MDS.
   307     * Set to EFalse when fetching is finished.
   322     * Set to EFalse when fetching is finished.