diff -r 50c53e893c3f -r 1221b68b8a5f commondrm/drmutility/inc/DrmUiHandlingImpl.h --- a/commondrm/drmutility/inc/DrmUiHandlingImpl.h Thu Aug 19 10:12:10 2010 +0300 +++ b/commondrm/drmutility/inc/DrmUiHandlingImpl.h Tue Aug 31 15:29:38 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-2010 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" @@ -32,7 +32,6 @@ //*** forward declarations go here: class CCoeEnv; class CDRMConstraint; -class CSchemeHandler; namespace ContentAccess { @@ -778,16 +777,6 @@ TBool SilentRightsAllowedL(); /** - * Check if browser AP has been defined - */ - TBool BrowserAPDefinedL(); - - /** - * Returns the number of access points on phone - */ - TInt APCountL(); - - /** * Handles exit from service * from MAknServerAppExitObserver */ @@ -866,9 +855,6 @@ // Wait for the notes and queries CActiveSchedulerWait iWait; - // Schemehandler for url handling - CSchemeHandler* iSchemeHandler; - // Operation Queue: CDrmUiHandlingData* iFirst; CDrmUiHandlingData* iLast;