phoneapp/phoneuiutils/src/tphonecmdparamglobalnote.cpp
changeset 45 6b911d05207e
parent 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
--- 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