upnpframework/upnpaiwengine/src/upnpdrmfilter.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   148                 {                
   148                 {                
   149                 __LOG1( "[UpnpAiwEngine]\t CUpnpDrmFilter::\
   149                 __LOG1( "[UpnpAiwEngine]\t CUpnpDrmFilter::\
   150                        Filter , drmError :%d" , drmError );        
   150                        Filter , drmError :%d" , drmError );        
   151                 
   151                 
   152                 // Add the file to aDRMProtectedFiles array.
   152                 // Add the file to aDRMProtectedFiles array.
   153                 iDRMProtectedFiles.Append( iFiles[index + iStartPoint] );
   153                 iDRMProtectedFiles.AppendL( iFiles[index + iStartPoint] );
   154                 // save the drm file index to array. These files will be removed
   154                 // save the drm file index to array. These files will be removed
   155                 // from the aFiles array soon.
   155                 // from the aFiles array soon.
   156                 iRemovedIndexArray.Append( index + iStartPoint );
   156                 iRemovedIndexArray.AppendL( index + iStartPoint );
   157                 }            
   157                 }            
   158             if ( KErrNone != drmError )
   158             if ( KErrNone != drmError )
   159                 {
   159                 {
   160                 iAbnormalFileCount ++;
   160                 iAbnormalFileCount ++;
   161                 }
   161                 }
   180                 {                
   180                 {                
   181                 __LOG1( "[UpnpAiwEngine]\t CUpnpDrmFilter::\
   181                 __LOG1( "[UpnpAiwEngine]\t CUpnpDrmFilter::\
   182                         Filter , drmError :%d" , drmError );        
   182                         Filter , drmError :%d" , drmError );        
   183                  
   183                  
   184                 // Add the file to aDRMProtectedFiles array.
   184                 // Add the file to aDRMProtectedFiles array.
   185                 iDRMProtectedFiles.Append( iFiles[index + iStartPoint] );
   185                 iDRMProtectedFiles.AppendL( iFiles[index + iStartPoint] );
   186                 // save the drm file index to array. These files will be removed
   186                 // save the drm file index to array. These files will be removed
   187                 // from the aFiles array soon.
   187                 // from the aFiles array soon.
   188                 iRemovedIndexArray.Append( index + iStartPoint );
   188                 iRemovedIndexArray.AppendL( index + iStartPoint );
   189                 } 
   189                 } 
   190             if ( KErrNone != drmError )
   190             if ( KErrNone != drmError )
   191                 {
   191                 {
   192                 iAbnormalFileCount ++;
   192                 iAbnormalFileCount ++;
   193                 }            
   193                 }