profilesservices/MediaFileList/Inc/mediafileprotection.h
branchRCL_3
changeset 23 8bda91a87a00
parent 0 8c5d936e5675
--- a/profilesservices/MediaFileList/Inc/mediafileprotection.h	Thu Jul 15 18:57:55 2010 +0300
+++ b/profilesservices/MediaFileList/Inc/mediafileprotection.h	Thu Aug 19 10:12:30 2010 +0300
@@ -92,6 +92,13 @@
         TBool IsFileValid( const TDesC& aFileName, TIntention aIntention );
         TBool IsVideoValidL( const TDesC& aFileName, TIntention aIntention );
         TBool IsVideoValid( const TDesC& aFileName, TIntention aIntention );
+        
+        /**
+        * Check if the DRM protect file is expired or have no rights to use.
+        * @param aFileName Full path and filename.
+        * @return ETrue if the file is DRM expired or have rights to use.
+        */
+        TBool IsFlieDRMExpired( const TDesC& aFileName );
 
         void SetAttrL( TInt aAttr, TInt aValue );
         void SetAttrL( TInt aAttr, const TDesC& aValue );