videocollection/hgmyvideos/src/vcxhgmyvideoscollectionclient.cpp
branchRCL_3
changeset 13 112a725ff2c2
parent 10 ce5ada96ab30
child 21 55fa1ec415c6
equal deleted inserted replaced
11:5294c000a26d 13:112a725ff2c2
  1005         TInt32 failedCount( 0 );
  1005         TInt32 failedCount( 0 );
  1006         TMPXItemId latestMpxItemId;
  1006         TMPXItemId latestMpxItemId;
  1007 
  1007 
  1008         for ( TInt i = 0; i < messageArray->Count(); i++ )
  1008         for ( TInt i = 0; i < messageArray->Count(); i++ )
  1009             {
  1009             {
  1010             if ( messageArray->AtL( i )->ValueTObjectL<TInt32>( KVcxMediaMyVideosInt32Value )
  1010             TInt err = messageArray->AtL( i )->ValueTObjectL<TInt32>( KVcxMediaMyVideosInt32Value );
  1011                  != KErrNone )
  1011             if ( err != KErrNone && err != KErrAlreadyExists )
  1012                 {
  1012                 {
  1013                 failedCount++;
  1013                 failedCount++;
  1014 
  1014 
  1015                 latestMpxItemId = 
  1015                 latestMpxItemId = 
  1016                     messageArray->AtL( i )->ValueTObjectL<TMPXItemId>( KMPXMediaGeneralId );
  1016                     messageArray->AtL( i )->ValueTObjectL<TMPXItemId>( KMPXMediaGeneralId );