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