--- a/upnpsharing/upnpcontentserver/src/upnpselectionreader.cpp Fri Aug 06 12:57:10 2010 +0300
+++ b/upnpsharing/upnpcontentserver/src/upnpselectionreader.cpp Fri Sep 03 15:38:36 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__ );
}