--- a/upnpsharing/upnpcontentserver/src/upnpcontentsharingao.cpp Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpsharing/upnpcontentserver/src/upnpcontentsharingao.cpp Fri Sep 17 08:31:21 2010 +0300
@@ -594,7 +594,7 @@
void CUpnpContentSharingAo::ShareContainersL()
{
__LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
- iMetadataUtility->ClearPostFiltersL();
+ /* iMetadataUtility->ClearPostFiltersL();
TInt ind( 0 );
// Theres is still containers to share
@@ -688,7 +688,7 @@
}
iSharingState = EShareContainersResult;
- __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
+ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );*/
}
// --------------------------------------------------------------------------