contentmgmt/contentaccessfwfordrm/source/f32agent/f32defaultattributes.h
branchRCL_3
changeset 53 030c4fbc13d7
parent 15 da2ae96f639b
child 95 641f389e9157
equal deleted inserted replaced
50:d07aa956024a 53:030c4fbc13d7
    53 		static TInt GetAttributeSet(RAttributeSet& aAttributeSet, RFile& aFile);
    53 		static TInt GetAttributeSet(RAttributeSet& aAttributeSet, RFile& aFile);
    54 		static TInt GetStringAttribute(TInt aAttribute, TDes& aValue, RFile& aFile);
    54 		static TInt GetStringAttribute(TInt aAttribute, TDes& aValue, RFile& aFile);
    55 		static TInt GetStringAttributeSet(RStringAttributeSet& aStringAttributeSet, RFile& aFile);
    55 		static TInt GetStringAttributeSet(RStringAttributeSet& aStringAttributeSet, RFile& aFile);
    56 		static void GetMimeTypeL(RFile& aFile, TDes8& aMimeType);
    56 		static void GetMimeTypeL(RFile& aFile, TDes8& aMimeType);
    57 		
    57 		
    58 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT		
       
    59 		static TInt GetAttribute(const TDesC8& aHeaderData, TInt aAttribute, TInt& aValue);
       
    60 		static TInt GetAttributeSet(const TDesC8& aHeaderData, RAttributeSet& aAttributeSet);
       
    61 		static TInt GetStringAttribute(const TDesC8& aHeaderData, TInt aAttribute, TDes& aValue);
       
    62 		static TInt GetStringAttributeSet(const TDesC8& aHeaderData, RStringAttributeSet& aStringAttributeSet);
       
    63 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    64 
       
    65 		static TInt CheckUniqueId(const TDesC& aUniqueId);
    58 		static TInt CheckUniqueId(const TDesC& aUniqueId);
    66 		static TInt CheckVirtualPath(const TVirtualPathPtr& aVirtualPath);	
    59 		static TInt CheckVirtualPath(const TVirtualPathPtr& aVirtualPath);	
    67 		static TUint GetFileMode(TContentShareMode aMode);
    60 		static TUint GetFileMode(TContentShareMode aMode);
    68 		};
    61 		};
    69 } // namespace ContentAccess
    62 } // namespace ContentAccess