commondrm/drmutility/inc/drmutilityui.h
branchRCL_3
changeset 71 1221b68b8a5f
parent 32 457cd4423b8c
child 72 1481bf457703
--- 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 <f32file.h>
 #include <AknNotifyStd.h>
 
-#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<CDrmUtilityInfoNoteWrapper> iNoteList;
 
     CMediatorEventProvider* iEventProvider;
-    
-    CDrmUtilityGlobalNoteWrapper* iNoteWrapper;
 
     };
 }