diff -r 03808033c9a2 -r 3785f754ee62 upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp --- a/upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp Wed Aug 18 10:02:50 2010 +0300 +++ b/upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp Fri Sep 17 08:31:21 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 ); }