mmfenh/enhancedmediaclient/Client/src/Components/StreamControl/ClientUtility.cpp
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 16 43d09473c595
--- a/mmfenh/enhancedmediaclient/Client/src/Components/StreamControl/ClientUtility.cpp	Tue Feb 02 01:08:46 2010 +0200
+++ b/mmfenh/enhancedmediaclient/Client/src/Components/StreamControl/ClientUtility.cpp	Fri Apr 16 15:29:42 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  Definition of the ClientUtility class.
-*  Version     : %version: bh1mmcf#12 %
+*  Version     : %version: bh1mmcf#11 %
 *
 */
 
@@ -2325,7 +2325,7 @@
         }
     else if(iFileName.Length() != 0)  //need to check if file name exist
         {
-        TRAP(error, content = ContentAccess::CContent::NewL(iFileName,EContentShareReadWrite));
+        TRAP(error, content = ContentAccess::CContent::NewL(iFileName));
         if(error == KErrPermissionDenied)
             {
             aIsSecureDrmProcess = ETrue;