videocollection/mpxmyvideoscollection/inc/vcxmyvideosmdsdb.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 37 4eb2df7f7cbe
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
   155          * @param aRelationArray  Array containing relations.
   155          * @param aRelationArray  Array containing relations.
   156          */
   156          */
   157         virtual void HandleRelationEvent( TObserverNotificationType aType,
   157         virtual void HandleRelationEvent( TObserverNotificationType aType,
   158                 const RArray<TMdERelation>& aRelationArray ) = 0;
   158                 const RArray<TMdERelation>& aRelationArray ) = 0;
   159 
   159 
       
   160 #if 0
       
   161         /**
       
   162          * Event handler function for relation add events.
       
   163          * 
       
   164          * @param aType           Event type
       
   165          * @param aRelationArray  Array containing relations.
       
   166          */
       
   167         virtual void HandleRelationIdEvent( TObserverNotificationType aType,
       
   168                 const RArray<TUint32>& aRelationIdArray ) = 0;
       
   169 #endif
       
   170         
   160     };
   171     };
   161 
   172 
   162 /**
   173 /**
   163  *  MPX My Videos collection ECOM plugin's MDS database class.
   174  *  MPX My Videos collection ECOM plugin's MDS database class.
   164  */
   175  */
   441      * 
   452      * 
   442      * @param aVideo  Creation date is copied from here.
   453      * @param aVideo  Creation date is copied from here.
   443      * @param aObject Creation date is written here.
   454      * @param aObject Creation date is written here.
   444      */
   455      */
   445     void SetCreationDateToObjectL( const CMPXMedia& aVideo, CMdEObject& aObject );
   456     void SetCreationDateToObjectL( const CMPXMedia& aVideo, CMdEObject& aObject );
       
   457 
       
   458     /**
       
   459      * Opens MDS session.
       
   460      */
       
   461     void OpenMdsSessionL();
       
   462     
   446 public:
   463 public:
   447 
   464 
   448     /**
   465     /**
   449     * Set to ETrue when starting to fetch media list from MDS.
   466     * Set to ETrue when starting to fetch media list from MDS.
   450     * Set to EFalse when fetching is finished.
   467     * Set to EFalse when fetching is finished.