diff -r 52826dcbed74 -r 5ec426854821 upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp --- a/upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -288,7 +288,7 @@ TRAP_IGNORE( dev = CUpnpAVDevice::NewL( aDevice ) ); if( dev ) { - iMediaRenderers.Append( dev ); + iMediaRenderers.AppendL( dev ); if ( iRendererselectorObserver != 0 ) { TRAP_IGNORE( DeliverNamesToObserverL( EFalse ) ); @@ -470,7 +470,7 @@ CUpnpAVDevice* device = (*devices)[ 0 ]; if( device->AudioCapability() ) { - iMediaRenderers.Append( device ); + iMediaRenderers.AppendL( device ); } devices->Remove( 0 ); }