upnpsharing/upnpcontentserver/src/upnpcontentsharingao.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   592 // --------------------------------------------------------------------------
   592 // --------------------------------------------------------------------------
   593 //
   593 //
   594 void CUpnpContentSharingAo::ShareContainersL()
   594 void CUpnpContentSharingAo::ShareContainersL()
   595     {
   595     {
   596     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
   596     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
   597     iMetadataUtility->ClearPostFiltersL();
   597  /*   iMetadataUtility->ClearPostFiltersL();
   598 
   598 
   599     TInt ind( 0 );
   599     TInt ind( 0 );
   600     // Theres is still containers to share
   600     // Theres is still containers to share
   601     switch ( iContainerType )
   601     switch ( iContainerType )
   602         {
   602         {
   686     default :
   686     default :
   687         break;
   687         break;
   688         }
   688         }
   689 
   689 
   690     iSharingState = EShareContainersResult;
   690     iSharingState = EShareContainersResult;
   691     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
   691     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );*/
   692     }
   692     }
   693 
   693 
   694 // --------------------------------------------------------------------------
   694 // --------------------------------------------------------------------------
   695 // CUpnpContentSharingAo::ShareItemsL
   695 // CUpnpContentSharingAo::ShareItemsL
   696 // ( other items are commented in header )
   696 // ( other items are commented in header )