phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 21 92ab7f8d0eab
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    88     private:
    88     private:
    89     
    89     
    90         /**
    90         /**
    91         * Show global InfoNote
    91         * Show global InfoNote
    92         * @param aResourceId resource id to be resolved
    92         * @param aResourceId resource id to be resolved
       
    93         * @param aNotificationDialog ETrue if notification dialog should be used
    93         */
    94         */
    94         void SendGlobalInfoNoteL( TInt aResourceId );
    95         void SendGlobalInfoNoteL( TInt aResourceId, 
       
    96                 TBool aNotificationDialog = EFalse );
    95         
    97         
    96         /**
    98         /**
    97         * Shows divert indication or sets internal divert flag
    99         * Shows divert indication or sets internal divert flag
    98         * depending in which order we receive Incoming and 
   100         * depending in which order we receive Incoming and 
    99         * CallForwarded messages.
   101         * CallForwarded messages.
   100         */
   102         */
   101         void HandleIncomingCallForwardedL();
   103         void HandleIncomingCallForwardedL();
   102 
   104 
   103         /**
   105         /**
   104         * Shows software version note
       
   105         */
       
   106         void HandleShowVersionL();
       
   107         
       
   108         /**
       
   109         * Show global ErrorNote
   106         * Show global ErrorNote
   110         * @param aResourceId resource id to be resolved
   107         * @param aResourceId resource id to be resolved
       
   108         * @param aNotificationDialog ETrue if notification dialog should be used
   111         */
   109         */
   112         void SendGlobalErrorNoteL( TInt aResourceId );
   110         void SendGlobalErrorNoteL( TInt aResourceId,
       
   111                 TBool aNotificationDialog = EFalse );
   113 
   112 
   114 
   113 
   115     private:
   114     private:
   116 
   115 
   117         /**
   116         /**