diff -r 50c53e893c3f -r 1221b68b8a5f commondrm/drmutility/inc/drmutilitywmdrmwrapper.h --- a/commondrm/drmutility/inc/drmutilitywmdrmwrapper.h Thu Aug 19 10:12:10 2010 +0300 +++ b/commondrm/drmutility/inc/drmutilitywmdrmwrapper.h Tue Aug 31 15:29:38 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -187,7 +187,9 @@ // Show the appropriate notes void ShowNoRightsNoteL( ContentAccess::CData& aContent, - TUint32 aReason ); + TUint32 aReason, + TInt aOperationId, + DRM::MDrmHandleErrorObserver* aObserver ); //*** DLA: @@ -213,7 +215,6 @@ RLibrary iDlaWrapperDll; CWmDrmDlaWrapper* iDlaWrapper; - TBool iWmDrmDlaSupportOn; }; }