iaupdate/IAD/ui/inc/iaupdateagreement.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 class HbAction;
    27 
    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     
    66     /**
    71     /**
    67     * Is Nokia agreement of Application Update accepted by an user
    72     * Is Nokia agreement of Application Update accepted by an user
    68     *
    73     *
    69     * @return True value if agreement accepted 
    74     * @return True value if agreement accepted 
    70     */
    75     */
    82     /**
    87     /**
    83      * Perform the second phase construction of a CIAUpdateAgreement object
    88      * Perform the second phase construction of a CIAUpdateAgreement object
    84      */
    89      */
    85     void ConstructL();
    90     void ConstructL();
    86     
    91     
    87        
    92     /**
       
    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     
    88 private: //data
   102 private: //data
    89     
   103     
    90     };
   104     };
    91 
   105 
    92 
   106