vpnengine/vpnmanager/inc/cmmanagerutils.h
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2009 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 TUint32 CreateVPNConnectionMethodToIntranetL(const TVpnPolicyInfo& aVpnPolicyInfo,
    40     static void CreateVPNConnectionMethodToIntranetL(const TVpnPolicyInfo& aVpnPolicyInfo,
    41                                                      CEventLogger& aEventLogger);
    41                                                      CEventLogger& aEventLogger);
    42     
       
    43     static TBool ProvisionIAPNameExistL(TUint32 aAgileProvisionAPId);
       
    44     
       
    45     
    42     
    46 private:
    43 private:
    47 
    44 
    48     static void SetVpnConnectionMethodAttributesL(RCmConnectionMethodExt& aConnectionMethod,
    45     static void SetVpnConnectionMethodAttributesL(RCmConnectionMethodExt& aConnectionMethod,
    49                                                   const TDesC& aConnectionMethodName,
    46                                                   const TDesC& aConnectionMethodName,