diff -r ba76fc04e6c2 -r 6b911d05207e phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h --- a/phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h Fri Jun 04 10:19:18 2010 +0100 +++ b/phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h Wed Jun 23 18:12:20 2010 +0300 @@ -89,6 +89,13 @@ IMPORT_C void SetTimeout( TInt aTimeout ); /** + * Sets notification dialog flag. + * @param aNotificationDialog True if notification dialog + * should be used. + */ + IMPORT_C void SetNotificationDialog( TBool aNotificationDialog ); + + /** * Returns the global note type * @return Returns the type */ @@ -129,6 +136,12 @@ * @return Timeout value. */ IMPORT_C TInt Timeout() const; + + /** + * Returns the notification dialog flag. + * @return Notification dialog flag. + */ + IMPORT_C TBool NotificationDialog() const; private: @@ -166,6 +179,12 @@ * Timeout for a note. */ TInt iTimeout; + + /** + * Notification Dialog flag. + */ + TBool iNotificationDialog; + }; #endif // __TPHONECMDPARAMGLOBALNOTE_H