--- a/vmbx/vmbxengine/inc/vmbxcsvoiceengine.h Wed Jun 23 18:49:32 2010 +0300
+++ b/vmbx/vmbxengine/inc/vmbxcsvoiceengine.h Tue Jul 06 14:53:02 2010 +0300
@@ -63,8 +63,12 @@
* @see CVmbxEntryBase::SaveL
*
* @param aEntry
+ * @param aShowNotesAllowed Provision mode is used to decide whether show
+ * saved notification UI dialog. If aShowNotesAllowed is EFalse,
+ * saved notification UI dialog will not show.
*/
- void SaveL( const CVoiceMailboxEntry& aEntry );
+ void SaveL( const CVoiceMailboxEntry& aEntry,
+ TBool aShowNotesAllowed );
/**
* To save mailbox Provisioned entry value
@@ -113,15 +117,23 @@
* Queries where to save and then saves
*
* @param in aEntry Entry data
+ * @param aShowNotesAllowed Provision mode is used to decide whether show
+ * saved notification UI dialog. If aShowNotesAllowed is EFalse,
+ * saved notification UI dialog will not show.
*/
- void SaveEntryToPhoneL( const CVoiceMailboxEntry& aEntry );
+ void SaveEntryToPhoneL( const CVoiceMailboxEntry& aEntry,
+ TBool aShowNotesAllowed );
/**
* For saving to place that user selects
*
* @param in aEntry Entry data
+ * @param aShowNotesAllowed Provision mode is used to decide whether show
+ * saved notification UI dialog. If aShowNotesAllowed is EFalse,
+ * saved notification UI dialog will not show.
*/
- void SaveEntryToSimL( const CVoiceMailboxEntry& aEntry );
+ void SaveEntryToSimL( const CVoiceMailboxEntry& aEntry,
+ TBool aShowNotesAllowed );
/**
* Returns Sim writable or not