emailuis/emailui/inc/FreestyleEmailUiUtilities.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 11 0396474f30f5
equal deleted inserted replaced
8:e1b6206813b4 10:f5907b1a1053
   109     static void ShowErrorNoteL( TInt aResourceStringId, TBool aWaitingDialog = EFalse );
   109     static void ShowErrorNoteL( TInt aResourceStringId, TBool aWaitingDialog = EFalse );
   110     static void ShowInfoNoteL( TInt aResourceStringId, TBool aWaitingDialog = EFalse );
   110     static void ShowInfoNoteL( TInt aResourceStringId, TBool aWaitingDialog = EFalse );
   111 	
   111 	
   112     static void ShowGlobalErrorNoteL( TInt aResourceStringId );
   112     static void ShowGlobalErrorNoteL( TInt aResourceStringId );
   113     static void ShowGlobalInfoNoteL( TInt aResourceStringId );
   113     static void ShowGlobalInfoNoteL( TInt aResourceStringId );
   114     
   114     static void ShowDiscreetInfoNoteL( TInt aResourceStringId );
   115     /**
   115     /**
   116     * Creates and shows a local wait note. Caller must pass a member variable pointer
   116     * Creates and shows a local wait note. Caller must pass a member variable pointer
   117     * which will hold the created wait note instance. This must NOT be an automatic variable.
   117     * which will hold the created wait note instance. This must NOT be an automatic variable.
   118     */
   118     */
   119     static void ShowWaitNoteL( CAknWaitDialog*& aDialog, TInt aTextResourceId, 
   119     static void ShowWaitNoteL( CAknWaitDialog*& aDialog, TInt aTextResourceId,