upnpmpxplugins/upnpplaybackplugins/src/upnpsingleton.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- 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 );
         }