diff -r 03808033c9a2 -r 3785f754ee62 upnpsharing/upnpcontentserver/src/upnpselectionreader.cpp --- a/upnpsharing/upnpcontentserver/src/upnpselectionreader.cpp Wed Aug 18 10:02:50 2010 +0300 +++ b/upnpsharing/upnpcontentserver/src/upnpselectionreader.cpp Fri Sep 17 08:31:21 2010 +0300 @@ -180,7 +180,7 @@ { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - if ( !aSettingsTextArray ) +/* if ( !aSettingsTextArray ) { User::Leave( KErrGeneral ); } @@ -255,7 +255,7 @@ iContainerCount = aSettingsTextArray->MdcaCount(); CleanupStack::PopAndDestroy( sharedStuff ); - __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); + __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );*/ } @@ -268,7 +268,7 @@ { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - if ( !aSettingsTextArray ) + /* if ( !aSettingsTextArray ) { User::Leave( KErrGeneral ); } @@ -343,7 +343,7 @@ iSelectedMusic->AppendL( KShareNoneIndex ); } iContainerCount = aSettingsTextArray->MdcaCount(); - CleanupStack::PopAndDestroy( sharedStuff ); + CleanupStack::PopAndDestroy( sharedStuff );*/ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); }