commondrm/drmutility/inc/drmutilitywmdrmwrapper.h
branchRCL_3
changeset 26 1221b68b8a5f
parent 16 457cd4423b8c
child 27 1481bf457703
equal deleted inserted replaced
25:50c53e893c3f 26:1221b68b8a5f
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2007 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 );
   191 
   193 
   192 //*** DLA:
   194 //*** DLA:
   193 
   195 
   194     void LoadDlaWrapperL();
   196     void LoadDlaWrapperL();
   195     void GetRFileFromCDataL( ContentAccess::CData& aContent, RFile& aFile );
   197     void GetRFileFromCDataL( ContentAccess::CData& aContent, RFile& aFile );
   211 
   213 
   212     RFs iFs;
   214     RFs iFs;
   213 
   215 
   214     RLibrary iDlaWrapperDll;
   216     RLibrary iDlaWrapperDll;
   215     CWmDrmDlaWrapper* iDlaWrapper;
   217     CWmDrmDlaWrapper* iDlaWrapper;
   216     TBool iWmDrmDlaSupportOn;
       
   217     };
   218     };
   218 }
   219 }
   219 
   220 
   220 
   221 
   221 #endif // CDRMUTILITYWMDRMWRAPPER_H
   222 #endif // CDRMUTILITYWMDRMWRAPPER_H