iaupdate/IAD/ui/inc/iaupdateagreement.h
branchRCL_3
changeset 25 7333d7932ef7
parent 17 741e5bba2bd1
child 26 8b7f4e561641
--- a/iaupdate/IAD/ui/inc/iaupdateagreement.h	Thu Aug 19 10:02:49 2010 +0300
+++ b/iaupdate/IAD/ui/inc/iaupdateagreement.h	Tue Aug 31 15:21:33 2010 +0300
@@ -24,7 +24,7 @@
 #include <e32base.h>
 
 // FORWARD DECLARATIONS
-
+class HbAction;
 
 // CLASS DECLARATION
 /**
@@ -62,12 +62,7 @@
     * @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
     *
@@ -89,16 +84,7 @@
      */
     void ConstructL();
     
-    /**
-    * Shows agreement dialog
-    * 
-    * @param aCbaResource Resource id of CBA
-    *
-    * @return Value of user selection 
-    */
-    TInt ShowDialogL( TInt aCbaResourceId );
-    
-    
+       
 private: //data
     
     };