inc/mwvsettingscasettingsng.h
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
equal deleted inserted replaced
12:6ca72c0fe49a 13:a941bc465d9f
       
     1 /*
       
     2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Service Settings UI observer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __MWVSETTINGSCASETTINGSNG_H
       
    20 #define __MWVSETTINGSCASETTINGSNG_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 
       
    25 // FORWARD DECLARATIONS
       
    26 class CIMPSSAPSettings;
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  Interface for the CA settings launching
       
    32 *
       
    33 *  @lib WVServiceSettingsUi.dll
       
    34 *  @since 3.1u
       
    35 */
       
    36 class MWVSettingsCASettings
       
    37     {
       
    38 
       
    39     public:
       
    40 
       
    41         /**
       
    42         * This method is called when CA settings should be launched
       
    43         * @since 3.1u
       
    44         * @param aServer the server whose settings should be modified
       
    45         */
       
    46         virtual TInt LaunchSettingsL ( CIMPSSAPSettings& aServer ) = 0;
       
    47 
       
    48 
       
    49     protected:
       
    50 
       
    51         /**
       
    52         * Destructor
       
    53         */
       
    54         virtual ~MWVSettingsCASettings() {};
       
    55 
       
    56     };
       
    57 
       
    58 #endif      //  __MWVSETTINGSCASETTINGSNG_H