videocollection/mpxmyvideoscollection/inc/vcxmyvideosalbums.h
branchRCL_3
changeset 45 baf439b22ddd
parent 26 67eb01668b0e
child 56 839377eedc2b
equal deleted inserted replaced
26:67eb01668b0e 45:baf439b22ddd
   158          */
   158          */
   159         TBool UpdateAlbumL( const CMPXMedia& aAlbum );
   159         TBool UpdateAlbumL( const CMPXMedia& aAlbum );
   160 
   160 
   161         /**
   161         /**
   162          * Calculates and updates album media attributes.
   162          * Calculates and updates album media attributes.
   163          */
   163          * Adds events to iCollection.iMessageList if albums
   164         void CalculateAttributesL();
   164          * are modified. Does not send them.
       
   165          * 
       
   166          * @return  Returns ETrue if events were added to iCollection.iMessageList,
       
   167          *          EFalse otherwise.
       
   168          */
       
   169         TBool CalculateAttributesL();
   165         
   170         
   166         /**
   171         /**
   167          * Called when video's New Video flag changes. Calculates
   172          * Called when video's New Video flag changes. Calculates
   168          * album attributes for the affected albums. Adds events
   173          * album attributes for the affected albums. Adds events
   169          * to iCollection.iMessageList but does not send them.
   174          * to iCollection.iMessageList but does not send them.