--- a/phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h Tue Jun 15 14:14:38 2010 +0100
+++ b/phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h Thu Jul 22 16:33:21 2010 +0100
@@ -90,8 +90,10 @@
/**
* Show global InfoNote
* @param aResourceId resource id to be resolved
+ * @param aNotificationDialog ETrue if notification dialog should be used
*/
- void SendGlobalInfoNoteL( TInt aResourceId );
+ void SendGlobalInfoNoteL( TInt aResourceId,
+ TBool aNotificationDialog = EFalse );
/**
* Shows divert indication or sets internal divert flag
@@ -101,15 +103,12 @@
void HandleIncomingCallForwardedL();
/**
- * Shows software version note
- */
- void HandleShowVersionL();
-
- /**
* Show global ErrorNote
* @param aResourceId resource id to be resolved
+ * @param aNotificationDialog ETrue if notification dialog should be used
*/
- void SendGlobalErrorNoteL( TInt aResourceId );
+ void SendGlobalErrorNoteL( TInt aResourceId,
+ TBool aNotificationDialog = EFalse );
private: