pkiutilities/CertmanUi/INC/CertmanuicontainerTrust.h
branchRCL_3
changeset 49 09b1ac925e3f
parent 12 a005fc61b02a
child 50 03674e5abf46
equal deleted inserted replaced
47:63339781d179 49:09b1ac925e3f
     1 /*
     1 /*
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-2007 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".
    31 const TInt KTrustSettingsResourceIndexMailAndImageConn = 1;
    31 const TInt KTrustSettingsResourceIndexMailAndImageConn = 1;
    32 const TInt KTrustSettingsResourceIndexAppCtrl = 2;
    32 const TInt KTrustSettingsResourceIndexAppCtrl = 2;
    33 const TInt KTrustSettingsResourceIndexJavaInstall = 3;
    33 const TInt KTrustSettingsResourceIndexJavaInstall = 3;
    34 const TInt KTrustSettingsResourceIndexOCSPCheck = 4;
    34 const TInt KTrustSettingsResourceIndexOCSPCheck = 4;
    35 const TInt KTrustSettingsResourceIndexVPN = 5;
    35 const TInt KTrustSettingsResourceIndexVPN = 5;
    36 const TInt KTrustSettingsResourceIndexWidget = 6;
       
    37 const TInt KTrustSettingsResourceIndexValueYes = 0;
    36 const TInt KTrustSettingsResourceIndexValueYes = 0;
    38 const TInt KTrustSettingsResourceIndexValueNo = 1;
    37 const TInt KTrustSettingsResourceIndexValueNo = 1;
    39 
    38 
    40 // FORWARD DECLARATIONS
    39 // FORWARD DECLARATIONS
    41 class CCertificateAppInfoManager;
    40 class CCertificateAppInfoManager;
   238         * Sets title text to a setting page
   237         * Sets title text to a setting page
   239         */
   238         */
   240         void ShowTrustChangeSettingPageL( const TUid aClientUid,
   239         void ShowTrustChangeSettingPageL( const TUid aClientUid,
   241             TDesC& aClientName, CCTCertInfo& aEntry );
   240             TDesC& aClientName, CCTCertInfo& aEntry );
   242 
   241 
   243         void ChangeTrustChangeSettingSingleClickL();
       
   244 
       
   245         void InsertItemToTrustListL( const TInt index, const TUid id,
   242         void InsertItemToTrustListL( const TInt index, const TUid id,
   246                                    CCTCertInfo& entry, CDesCArray* itemArray,
   243                                    CCTCertInfo& entry, CDesCArray* itemArray,
   247                                    TInt position );
   244                                    TInt position );
   248 
   245 
   249         /**
   246         /**