XDMSettingsUI/inc/XDMPluginSettinglist.h
branchRCL_3
changeset 18 52d91a16fec3
parent 0 c8caa15ef882
equal deleted inserted replaced
14:de84881f4ac3 18:52d91a16fec3
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-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".
    76         * @param aAP Access point number as integer
    76         * @param aAP Access point number as integer
    77         * aAccessPoint reference to TDes, doesnt change if AP not found
    77         * aAccessPoint reference to TDes, doesnt change if AP not found
    78         * otherwise access point name returns here
    78         * otherwise access point name returns here
    79         */
    79         */
    80         void GetAccessPointNameL(TInt32 aAP, TDes& aAccessPoint);
    80         void GetAccessPointNameL(TInt32 aAP, TDes& aAccessPoint);
       
    81         
       
    82         /**
       
    83         * For checking if access point is in use
       
    84         * @param aAP Access point number as integer
       
    85         * return ETrue if access point is in use
       
    86         */
       
    87         TBool IsAccessPointInUseL(TInt32 aAP);
    81       
    88       
    82         /**
    89         /**
    83         * Sets the focus to the first item of the settings list
    90         * Sets the focus to the first item of the settings list
    84         */
    91         */
    85         void ResetItemIndex();
    92         void ResetItemIndex();