iaupdate/IAD/ui/inc/iaupdateagreement.h
branchRCL_3
changeset 65 7333d7932ef7
parent 34 741e5bba2bd1
child 66 8b7f4e561641
equal deleted inserted replaced
62:5cc91383ab1e 65:7333d7932ef7
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 
    27 class HbAction;
    28 
    28 
    29 // CLASS DECLARATION
    29 // CLASS DECLARATION
    30 /**
    30 /**
    31 *
    31 *
    32 */
    32 */
    60     * Checks that Nokia agreement of Application Update is accepted by an user
    60     * Checks that Nokia agreement of Application Update is accepted by an user
    61     * 
    61     * 
    62     * @return True value if agreement accepted 
    62     * @return True value if agreement accepted 
    63     */
    63     */
    64     TBool AcceptAgreementL();
    64     TBool AcceptAgreementL();
    65     
    65         
    66     /**
       
    67     * Shows Nokia agreement of Application Update 
       
    68     */
       
    69     void ShowAgreementL();
       
    70     
       
    71     /**
    66     /**
    72     * Is Nokia agreement of Application Update accepted by an user
    67     * Is Nokia agreement of Application Update accepted by an user
    73     *
    68     *
    74     * @return True value if agreement accepted 
    69     * @return True value if agreement accepted 
    75     */
    70     */
    87     /**
    82     /**
    88      * Perform the second phase construction of a CIAUpdateAgreement object
    83      * Perform the second phase construction of a CIAUpdateAgreement object
    89      */
    84      */
    90     void ConstructL();
    85     void ConstructL();
    91     
    86     
    92     /**
    87        
    93     * Shows agreement dialog
       
    94     * 
       
    95     * @param aCbaResource Resource id of CBA
       
    96     *
       
    97     * @return Value of user selection 
       
    98     */
       
    99     TInt ShowDialogL( TInt aCbaResourceId );
       
   100     
       
   101     
       
   102 private: //data
    88 private: //data
   103     
    89     
   104     };
    90     };
   105 
    91 
   106 
    92