videocollection/mpxmyvideoscollection/inc/vcxmyvideosalbums.h
changeset 46 adbe7d5ba2f5
parent 24 7d93ee07fb27
child 52 e3cecb93e76a
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
   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.