upnp/upnpstack/serviceframework/src/upnpdevice.cpp
branchRCL_3
changeset 10 594d15129e2c
parent 9 5c72fd91570d
--- a/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Tue Aug 31 16:06:48 2010 +0300
+++ b/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Wed Sep 01 12:27:00 2010 +0100
@@ -544,7 +544,7 @@
 
     for (TInt i = 0; i < iDeviceList.Count(); i++ )
         {
-        TRAP_IGNORE(aDevices.AppendL( iDeviceList[i] ));
+        aDevices.Append( iDeviceList[i] );
         iDeviceList[i]->GetAllDevices(aDevices);
         }