phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    82     
    82     
    83         /**
    83         /**
    84         * Show global InfoNote
    84         * Show global InfoNote
    85         * @param aResourceId resource id to be resolved
    85         * @param aResourceId resource id to be resolved
    86         */
    86         */
    87         IMPORT_C void SendGlobalInfoNoteL( TInt aResourceId );
    87         IMPORT_C void SendGlobalInfoNoteL( TInt aResourceId, 
       
    88                                            TBool aNotificationDialog = EFalse );
    88  
    89  
    89         /**
    90         /**
    90         * Show global ErrorNote
    91         * Show global ErrorNote
    91         * @param aResourceId resource id to be resolved
    92         * @param aResourceId resource id to be resolved
    92         */
    93         */
    93         IMPORT_C void SendGlobalErrorNoteL( TInt aResourceId );
    94         IMPORT_C void SendGlobalErrorNoteL( TInt aResourceId,
       
    95                                             TBool aNotificationDialog = EFalse );
    94 
    96 
    95         /**
    97         /**
    96         * Show global WarningNote
    98         * Show global WarningNote
    97         * @param aResourceId resource id to be resolved
    99         * @param aResourceId resource id to be resolved
    98         */        
   100         */        
    99         IMPORT_C void SendGlobalWarningNoteL( TInt aResourceId );
   101         IMPORT_C void SendGlobalWarningNoteL( 
       
   102                 TInt aResourceId,
       
   103                 TBool aNotificationDialog = EFalse );
   100         
   104         
   101 
   105 
   102     private:        
   106     private:        
   103         /**
   107         /**
   104         * Return SimState.
   108         * Return SimState.