vpnengine/vpnmanager/inc/cmmanagerutils.h
branchRCL_3
changeset 24 e06095241a65
parent 23 473321461bba
equal deleted inserted replaced
23:473321461bba 24:e06095241a65
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 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".
    35  */
    35  */
    36 class CmManagerUtils
    36 class CmManagerUtils
    37     {
    37     {
    38 public:
    38 public:
    39 
    39 
    40     static void CreateVPNConnectionMethodToIntranetL(const TVpnPolicyInfo& aVpnPolicyInfo,
    40     static TUint32 CreateVPNConnectionMethodToIntranetL(const TVpnPolicyInfo& aVpnPolicyInfo,
    41                                                      CEventLogger& aEventLogger);
    41                                                      CEventLogger& aEventLogger);
       
    42     
       
    43     static TBool ProvisionIAPNameExistL(TUint32 aAgileProvisionAPId);
       
    44     
    42     
    45     
    43 private:
    46 private:
    44 
    47 
    45     static void SetVpnConnectionMethodAttributesL(RCmConnectionMethodExt& aConnectionMethod,
    48     static void SetVpnConnectionMethodAttributesL(RCmConnectionMethodExt& aConnectionMethod,
    46                                                   const TDesC& aConnectionMethodName,
    49                                                   const TDesC& aConnectionMethodName,