upnpsharing/upnpcontentserver/src/upnpcontainercheckerao.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/upnpsharing/upnpcontentserver/src/upnpcontainercheckerao.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpsharing/upnpcontentserver/src/upnpcontainercheckerao.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -293,7 +293,7 @@
                 {
                 tmpContainer = static_cast< CUpnpContainer* >(
                     iContainerList->operator[]( i ));
-                iSharedContainerIds.Append(
+                iSharedContainerIds.AppendL(
                     UPnPCommonUtils::DesC8ToInt( tmpContainer->Id() ) );
                 }
 
@@ -587,7 +587,7 @@
 void CUpnpContainerCheckerAo::ShareContainerL( TInt aPos )
     {
     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
-    iTmpContainer = CUpnpContainer::NewL();
+ /*   iTmpContainer = CUpnpContainer::NewL();
     iTmpContainer->SetParentIdL( *UPnPCommonUtils::IntToDesC8LC(
         KRootContainerId ) );
     CleanupStack::PopAndDestroy(); //UPnPCommonUtils::IntToDesC8LC
@@ -623,7 +623,7 @@
         CleanupStack::PopAndDestroy(); // UPnPCommonUtils::IntToDesC8LC
         iCurrentOperation = EShareContainerResult;
         SetActive();
-        }
+        }*/
     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
     }