coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h
changeset 56 11a052f4b02e
parent 21 c4cbaa4fb734
equal deleted inserted replaced
49:76883296a0d5 56:11a052f4b02e
    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     };