commondrm/drmutility/inc/drmutilitywmdrmwrapper.h
branchRCL_3
changeset 72 1481bf457703
parent 71 1221b68b8a5f
child 77 00671737faf2
equal deleted inserted replaced
71:1221b68b8a5f 72:1481bf457703
     1 /*
     1 /*
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   185 //*** Notes:
   185 //*** Notes:
   186 
   186 
   187     // Show the appropriate notes
   187     // Show the appropriate notes
   188     void ShowNoRightsNoteL(
   188     void ShowNoRightsNoteL(
   189         ContentAccess::CData& aContent,
   189         ContentAccess::CData& aContent,
   190         TUint32 aReason,
   190         TUint32 aReason );
   191         TInt aOperationId,
       
   192         DRM::MDrmHandleErrorObserver* aObserver );
       
   193 
   191 
   194 //*** DLA:
   192 //*** DLA:
   195 
   193 
   196     void LoadDlaWrapperL();
   194     void LoadDlaWrapperL();
   197     void GetRFileFromCDataL( ContentAccess::CData& aContent, RFile& aFile );
   195     void GetRFileFromCDataL( ContentAccess::CData& aContent, RFile& aFile );
   213 
   211 
   214     RFs iFs;
   212     RFs iFs;
   215 
   213 
   216     RLibrary iDlaWrapperDll;
   214     RLibrary iDlaWrapperDll;
   217     CWmDrmDlaWrapper* iDlaWrapper;
   215     CWmDrmDlaWrapper* iDlaWrapper;
       
   216     TBool iWmDrmDlaSupportOn;
   218     };
   217     };
   219 }
   218 }
   220 
   219 
   221 
   220 
   222 #endif // CDRMUTILITYWMDRMWRAPPER_H
   221 #endif // CDRMUTILITYWMDRMWRAPPER_H