XDMSettingsUI/inc/XDMPluginSLContainer.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".
   161         /**
   161         /**
   162         * Return the name of current set in iData
   162         * Return the name of current set in iData
   163         * @return TDes reference to current set
   163         * @return TDes reference to current set
   164         */
   164         */
   165         TDes& GetCurrentSetName();
   165         TDes& GetCurrentSetName();
       
   166                
       
   167         /**
       
   168         * Returns ETrue is AP used by XDM settings is in use
       
   169         * @return ETrue if ap in use
       
   170         */
       
   171         TBool SettingsApInUseL(TDesC& aXDMSetName);
   166         
   172         
   167         
   173         
   168     private: // Most of these methods perform operations using iData
   174     private: // Most of these methods perform operations using iData
   169     
   175     
   170         /**
   176         /**