os/ossrv/genericservices/s60compatibilityheaders/commonengine/inc/commoncontentpolicy.h
Update contrib.
2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #ifndef COMMON_CONTENT_POLICY_H
21 #define COMMON_CONTENT_POLICY_H
28 NONSHARABLE_CLASS(CCommonContentPolicy) : public CBase
31 @see CApfMimeContentPolicy
32 @note For compatibility with S60 only
36 IMPORT_C static CCommonContentPolicy* NewL();
37 IMPORT_C static CCommonContentPolicy* NewLC();
38 IMPORT_C static CCommonContentPolicy* NewL(RFs& aFs);
39 IMPORT_C static CCommonContentPolicy* NewLC(RFs& aFs);
40 IMPORT_C ~CCommonContentPolicy();
42 IMPORT_C TBool IsClosedType(const TDesC& aMimeType);
43 IMPORT_C TBool IsClosedExtension(const TDesC& aFileExtension);
44 IMPORT_C TBool IsClosedFileL(const TDesC& aFileName);
45 IMPORT_C TBool IsDRMEnvelopeL(const TDesC& aFileName);
46 IMPORT_C TBool IsClosedFileL(RFile& aFileHandle);
47 IMPORT_C TBool IsDRMEnvelopeL(RFile& aFileHandle);
49 CCommonContentPolicy();
52 #endif // COMMON_CONTENT_POLICY_H