upnpmpxplugins/upnpplaybackplugins/src/upnptrack.cpp
changeset 30 5ec426854821
parent 0 7f85d04be362
equal deleted inserted replaced
25:52826dcbed74 30:5ec426854821
   410         {
   410         {
   411         __LOG( "CUPnPTrack::GetMetaDataL - pending" );
   411         __LOG( "CUPnPTrack::GetMetaDataL - pending" );
   412         iMetadataObserver = &aObs;
   412         iMetadataObserver = &aObs;
   413         for( TInt i = 0; i < aAttrs.Count(); ++i )
   413         for( TInt i = 0; i < aAttrs.Count(); ++i )
   414             {
   414             {
   415             iQueriedAttributes.Append( aAttrs[i] );
   415             iQueriedAttributes.AppendL( aAttrs[i] );
   416             }
   416             }
   417         }
   417         }
   418     }
   418     }
   419 
   419 
   420 // --------------------------------------------------------------------------
   420 // --------------------------------------------------------------------------