diff -r ba76fc04e6c2 -r 6b911d05207e phoneapp/phoneuiutils/src/tphonecmdparamglobalnote.cpp --- a/phoneapp/phoneuiutils/src/tphonecmdparamglobalnote.cpp Fri Jun 04 10:19:18 2010 +0100 +++ b/phoneapp/phoneuiutils/src/tphonecmdparamglobalnote.cpp Wed Jun 23 18:12:20 2010 +0300 @@ -37,7 +37,8 @@ iTone( EAvkonSIDErrorTone ), iWaitforReady ( EFalse ), iSoftkeys( 0 ), - iTimeout( 0 ) + iTimeout( 0 ), + iNotificationDialog( EFalse ) { iParamId = EPhoneParamIdGlobalNote; } @@ -124,6 +125,18 @@ } // --------------------------------------------------------- +// TPhoneCmdParamGlobalNote::SetNotificationDialog +// Sets the notification dialog flag. +// (other items were commented in a header). +// --------------------------------------------------------- +// +EXPORT_C void TPhoneCmdParamGlobalNote::SetNotificationDialog( + TBool aNotificationDialog ) +{ + iNotificationDialog = aNotificationDialog; +} + +// --------------------------------------------------------- // TPhoneCmdParamGlobalNote::Type // Returns the global note type // (other items were commented in a header). @@ -199,4 +212,14 @@ return iTimeout; } +// --------------------------------------------------------- +// TPhoneCmdParamGlobalNote::NotificationDialog +// Returns the notification dialog flag. +// --------------------------------------------------------- +// +EXPORT_C TBool TPhoneCmdParamGlobalNote::NotificationDialog() const + { + return iNotificationDialog; + } + // End of File