iaupdate/IAD/backgroundchecker/inc/iaupdatebgfirsttimehandler.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008 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".
    59     
    59     
    60     /**
    60     /**
    61     * Set Nokia agreement as accepted by an user
    61     * Set Nokia agreement as accepted by an user
    62     */
    62     */
    63     void SetAgreementAcceptedL();
    63     void SetAgreementAcceptedL();
    64           
    64     
       
    65     /**
       
    66     * Set Nokia agreement as asked (prompted) to an user
       
    67     */
       
    68     void SetAgreementAskedL();
       
    69         
    65     /**
    70     /**
    66     * Set automatic update checks as asked (prompted) to an user
    71     * Set automatic update checks as asked (prompted) to an user
    67     */
    72     */
    68     void SetAutomaticUpdatesAskedL();
    73     void SetAutomaticUpdatesAskedL();
    69     
    74     
    72     *
    77     *
    73     * @return True value if agreement accepted 
    78     * @return True value if agreement accepted 
    74     */
    79     */
    75     TBool AgreementAcceptedL();
    80     TBool AgreementAcceptedL();
    76     
    81     
    77        
    82     /**
       
    83     * Is Nokia agreement of Application Update already asked 
       
    84     *
       
    85     * @return True value if agreement already asked 
       
    86     */
       
    87     TBool AgreementAskedL();
       
    88     
    78     /**
    89     /**
    79     * Is activation for automatic update cheks from network already asked 
    90     * Is activation for automatic update cheks from network already asked 
    80     *
    91     *
    81     * @return True value if agreement already asked 
    92     * @return True value if agreement already asked 
    82     */
    93     */
   108         
   119         
   109     TFileName iPath;
   120     TFileName iPath;
   110     
   121     
   111     TBool iAgreementAccepted;
   122     TBool iAgreementAccepted;
   112     
   123     
       
   124     TBool iAgreementAsked;
       
   125     
   113     TBool iAutomaticUpdateChecksAsked;   
   126     TBool iAutomaticUpdateChecksAsked;   
   114    
   127    
   115     };
   128     };
   116 
   129 
   117 
   130