coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h
changeset 51 50b444048a8d
parent 21 c4cbaa4fb734
equal deleted inserted replaced
46:eea20ed08f4b 51:50b444048a8d
    98 		// Message to complete
    98 		// Message to complete
    99 		RMessagePtr2 iMessage;
    99 		RMessagePtr2 iMessage;
   100         // Indication whether notifier cancelled
   100         // Indication whether notifier cancelled
   101         TBool iIsCancelled;
   101         TBool iIsCancelled;
   102 	    
   102 	    
   103 	    // Indication whether to show not supported note in cover display
       
   104         TBool iPublishNote;
       
   105 	    // Text to show in note
   103 	    // Text to show in note
   106         HBufC* iNoteText;
   104         HBufC* iNoteText;
   107         
   105         
   108        
   106        
   109     };
   107     };