videocollection/mpxmyvideoscollection/src/vcxmyvideosvideocache.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 36 8aed59de29f9
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
   264 
   264 
   265 // ----------------------------------------------------------------------------
   265 // ----------------------------------------------------------------------------
   266 // CVcxMyVideosVideoCache::GetVideosL
   266 // CVcxMyVideosVideoCache::GetVideosL
   267 // ----------------------------------------------------------------------------
   267 // ----------------------------------------------------------------------------
   268 //
   268 //
   269 CMPXMedia* CVcxMyVideosVideoCache::GetVideosL( RArray<TUint32> aMdsIds )
   269 CMPXMedia* CVcxMyVideosVideoCache::GetVideosL( RArray<TUint32>& aMdsIds )
   270     {
   270     {
   271     CMPXMessage* videoList = TVcxMyVideosCollectionUtil::CreateEmptyMediaListL();
   271     CMPXMessage* videoList = TVcxMyVideosCollectionUtil::CreateEmptyMediaListL();
   272     CleanupStack::PushL( videoList ); // 1->
   272     CleanupStack::PushL( videoList ); // 1->
   273 
   273 
   274     // copy from iVideoList
   274     // copy from iVideoList
   591         }
   591         }
   592 
   592 
   593     TBool changed = EFalse;
   593     TBool changed = EFalse;
   594         
   594         
   595     // 1 MPX ID cant be changed
   595     // 1 MPX ID cant be changed
   596     // 2 
   596     // 2
   597     if ( aVideo.IsSupported( KMPXMediaGeneralTitle ) )
   597     if ( aVideo.IsSupported( KMPXMediaGeneralTitle ) )
   598         {
   598         {
   599         if ( videoInCache->ValueText( KMPXMediaGeneralTitle ) !=
   599         if ( videoInCache->ValueText( KMPXMediaGeneralTitle ) !=
   600                 aVideo.ValueText( KMPXMediaGeneralTitle ) )
   600                 aVideo.ValueText( KMPXMediaGeneralTitle ) )
   601             {
   601             {