upnpframework/upnpcommonui/src/upnpadvfindlist.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   303                     //Copy the item
   303                     //Copy the item
   304                     item = CUpnpItem::NewL();
   304                     item = CUpnpItem::NewL();
   305                     CleanupStack::PushL( item );
   305                     CleanupStack::PushL( item );
   306                     item->CopyL( *aResultArray[count] );
   306                     item->CopyL( *aResultArray[count] );
   307                     //And if item is correct type
   307                     //And if item is correct type
   308                     iResultArray.Append( item ); // item ownership transferred
   308                     iResultArray.AppendL( item ); // item ownership transferred
   309                     CleanupStack::Pop( item );
   309                     CleanupStack::Pop( item );
   310                     }
   310                     }
   311                 }
   311                 }
   312             }
   312             }
   313         }
   313         }