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