upnpframework/upnpaiwengine/src/upnpdrmfilter.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/upnpframework/upnpaiwengine/src/upnpdrmfilter.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpframework/upnpaiwengine/src/upnpdrmfilter.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -150,10 +150,10 @@
                        Filter , drmError :%d" , drmError );        
                 
                 // Add the file to aDRMProtectedFiles array.
-                iDRMProtectedFiles.Append( iFiles[index + iStartPoint] );
+                iDRMProtectedFiles.AppendL( iFiles[index + iStartPoint] );
                 // save the drm file index to array. These files will be removed
                 // from the aFiles array soon.
-                iRemovedIndexArray.Append( index + iStartPoint );
+                iRemovedIndexArray.AppendL( index + iStartPoint );
                 }            
             if ( KErrNone != drmError )
                 {
@@ -182,10 +182,10 @@
                         Filter , drmError :%d" , drmError );        
                  
                 // Add the file to aDRMProtectedFiles array.
-                iDRMProtectedFiles.Append( iFiles[index + iStartPoint] );
+                iDRMProtectedFiles.AppendL( iFiles[index + iStartPoint] );
                 // save the drm file index to array. These files will be removed
                 // from the aFiles array soon.
-                iRemovedIndexArray.Append( index + iStartPoint );
+                iRemovedIndexArray.AppendL( index + iStartPoint );
                 } 
             if ( KErrNone != drmError )
                 {