--- a/pkiutilities/securitydialognotifiersrv/inc/securitydialogoperation.h Thu Sep 02 21:22:45 2010 +0300
+++ b/pkiutilities/securitydialognotifiersrv/inc/securitydialogoperation.h Fri Sep 17 08:35:02 2010 +0300
@@ -25,10 +25,10 @@
/**
* CSecurityDialogOperation is a base class for different kinds of operations
- * defined for security dialogs in /epoc32/include/platform/secdlgimpldefs.h.
- * TSecurityDialogOperation lists the possible operations. A derived class
- * implements each operation separately. This base class works as common API
- * between different operation classes and the main CSecurityDialog class.
+ * defined for security dialogs in secdlgimpldefs.h. TSecurityDialogOperation
+ * lists the possible operations. A derived class implements each operation
+ * separately. This base class works as common API between different operation
+ * classes and the main CSecurityDialog class.
*/
NONSHARABLE_CLASS( CSecurityDialogOperation ) : public CActive
{
@@ -46,6 +46,9 @@
protected: // from CActive
TInt RunError( TInt aError );
+ protected: // new functions
+ void ShowWarningNoteL( const TDesC& aMessage );
+
protected: // data
MSecurityDialogOperationObserver& iObserver;
RMessage2 iMessage;