--- a/upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectory.cpp Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpmediaserver/contentdirectoryservice/src/upnpcontentdirectory.cpp Fri Sep 17 08:31:21 2010 +0300
@@ -1413,7 +1413,7 @@
//
TUpnpErrorCode CUpnpContentDirectory::ExportResourceL( CUpnpAction*& aAction )
{
- if ( iTransferController->IsMaxImportExportTransfers( ) )
+ /* if ( iTransferController->IsMaxImportExportTransfers( ) )
{
return ETransferBusy;
}
@@ -1530,7 +1530,7 @@
CleanupStack::PopAndDestroy( srcNoEsc );
CleanupStack::PopAndDestroy( rscBean );
CleanupStack::PopAndDestroy( srcBuf );
-
+*/
return EHttpOk;
}
@@ -2352,7 +2352,7 @@
iThumbnailCreators.AppendL( thumbCreator );
TInt index = iThumbnailCreators.Find( thumbCreator );
User::LeaveIfError( index );
- iThObjectIds.Insert( aObjectId, index );
+ iThObjectIds.InsertL( aObjectId, index );
CleanupStack::Pop( thumbCreator );
}
return thumbCreator;