upnpsharing/upnpcontentserver/src/upnpselectionreader.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
--- 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__ );
     }