phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 21 92ab7f8d0eab
parent 45 6b911d05207e
--- 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: