iaupdate/IAD/ui/inc/iaupdateagreement.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
--- a/iaupdate/IAD/ui/inc/iaupdateagreement.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/iaupdate/IAD/ui/inc/iaupdateagreement.h	Wed Sep 01 12:22:02 2010 +0100
@@ -24,7 +24,7 @@
 #include <e32base.h>
 
 // FORWARD DECLARATIONS
-class HbAction;
+
 
 // CLASS DECLARATION
 /**
@@ -62,7 +62,12 @@
     * @return True value if agreement accepted 
     */
     TBool AcceptAgreementL();
-        
+    
+    /**
+    * Shows Nokia agreement of Application Update 
+    */
+    void ShowAgreementL();
+    
     /**
     * Is Nokia agreement of Application Update accepted by an user
     *
@@ -84,7 +89,16 @@
      */
     void ConstructL();
     
-       
+    /**
+    * Shows agreement dialog
+    * 
+    * @param aCbaResource Resource id of CBA
+    *
+    * @return Value of user selection 
+    */
+    TInt ShowDialogL( TInt aCbaResourceId );
+    
+    
 private: //data
     
     };