phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 51 f39ed5e045e0
child 52 a49bfe5190e4
child 56 5bcb308bd24d
--- a/phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h	Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/tphonecmdparamglobalnote.h	Tue Jul 06 14:15:47 2010 +0300
@@ -96,6 +96,12 @@
         IMPORT_C void SetNotificationDialog( TBool aNotificationDialog );
         
         /**
+        * Sets cause code.
+        * @param aCauseCode Cause code.
+        */
+        IMPORT_C void SetCauseCode( TInt aCauseCode );
+        
+        /**
         * Returns the global note type
         * @return Returns the type
         */
@@ -142,6 +148,12 @@
          * @return Notification dialog flag.
          */
         IMPORT_C TBool NotificationDialog() const;
+        
+        /**
+        * Returns cause code.
+        * @return Cause code.
+        */
+        IMPORT_C TInt CauseCode() const;
     
     private:    
         
@@ -185,6 +197,10 @@
         */
         TBool iNotificationDialog;
         
+        /**
+        * Cause code. 
+        */
+        TInt iCauseCode; 
     };
 
 #endif // __TPHONECMDPARAMGLOBALNOTE_H