iaupdate/IAD/ui/inc/iaupdateagreement.h
changeset 29 26b6f0522fd8
parent 0 ba25891c3a9e
child 33 8110bf1194d1
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    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 */
    88     void ConstructL();
    88     void ConstructL();
    89     
    89     
    90     /**
    90     /**
    91     * Shows agreement dialog
    91     * Shows agreement dialog
    92     * 
    92     * 
    93     * @param aCbaResource Resource id of CBA
    93      */
    94     *
    94     HbAction* ShowDialogL( HbAction *primaryAction, HbAction *secondaryAction );
    95     * @return Value of user selection 
       
    96     */
       
    97     TInt ShowDialogL( TInt aCbaResourceId );
       
    98     
    95     
    99     
    96     
   100 private: //data
    97 private: //data
   101     
    98     
   102     };
    99     };