secsrv_plat/security_code_ui_api/inc/SecUiSecurityHandler.h
changeset 66 67b3e3c1fc87
parent 30 cc1cea6aabaf
--- a/secsrv_plat/security_code_ui_api/inc/SecUiSecurityHandler.h	Thu Oct 14 13:56:11 2010 +0300
+++ b/secsrv_plat/security_code_ui_api/inc/SecUiSecurityHandler.h	Wed Oct 20 14:51:23 2010 +0300
@@ -25,9 +25,9 @@
 
 #include <etelmm.h>
 #include <rmmcustomapi.h>
-#include <aknquerydialog.h>
-#include <aknnotedialog.h>
-
+#include <e32base.h>
+#define EErrorTone 1
+#define EConfirmationTone 2
 
 // FORWARD DECLARATIONS
 class RTASecuritySession;
@@ -120,6 +120,7 @@
         *  CancelOpenQuery
         */
 			TInt CancelOpenQuery(TInt aStatus);
+		  HBufC* TranslateLC(const TDesC& aMessageId, TInt aFlags);
 
 	private: // DATA
 		/*****************************************************
@@ -129,7 +130,6 @@
 		RMobilePhone& iPhone;
 		TBool iQueryCanceled;
 		CCodeQueryDialog* iSecurityDlg;
-		CAknNoteDialog* iNoteDlg;
 		TBool* iDestroyedPtr;
         RMmCustomAPI iCustomPhone;
         RTASecuritySession* iSecuritySession;