diff -r 50c53e893c3f -r 1221b68b8a5f commondrm/drmutility/inc/drmutilityui.h --- a/commondrm/drmutility/inc/drmutilityui.h Thu Aug 19 10:12:10 2010 +0300 +++ b/commondrm/drmutility/inc/drmutilityui.h Tue Aug 31 15:29:38 2010 +0300 @@ -24,8 +24,6 @@ #include #include -#include "DrmUtilityGlobalNoteWrapper.h" - //*** forward declarations go here: class CDRMConstraint; class CCoeEnv; @@ -125,18 +123,8 @@ ContentAccess::CData& aContent, TInt aPreviewType, TInt aMediaType ); - - /* - * Utility method for showing an AVKON Message Query dialog, with buttons R_AVKON_SOFTKEYS_OK_EMPTY__OK. - * - * @param aMessage Resource ID for the dialog message. - * @param aHeader Resource ID for the dialog header. - * @param aString Replacement string for dialog message content. Replaces aMessage resources strings %U mark. - * @return Returns button code TInt from the dialog. - */ - IMPORT_C TInt DisplayMessageQueryL( TInt aMessage, TInt aHeader, const TDesC& aString ); - + protected: private: @@ -186,8 +174,6 @@ RPointerArray iNoteList; CMediatorEventProvider* iEventProvider; - - CDrmUtilityGlobalNoteWrapper* iNoteWrapper; }; }