javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtbrowserapsettingshandler.h
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     1 /*******************************************************************************
       
     2  * Copyright (c) 2007, 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved. This program and the accompanying materials
       
     4  * are made available under the terms of the Eclipse Public License v1.0
       
     5  * which accompanies this distribution, and is available at
       
     6  * http://www.eclipse.org/legal/epl-v10.html
       
     7  *
       
     8  * Contributors:
       
     9  *     Nokia Corporation - S60 implementation
       
    10  *******************************************************************************/
       
    11 
       
    12 
       
    13 #ifndef SWTBROWSERAPSETTINGSHANDLER_H
       
    14 #define SWTBROWSERAPSETTINGSHANDLER_H
       
    15 
       
    16 class CApSettingsHandler;
       
    17 
       
    18 /**
       
    19  * CSwtBrowserApSettingsHandler
       
    20  * @lib eswtapifacade.dll
       
    21  */
       
    22 
       
    23 
       
    24 class CSwtBrowserApSettingsHandler
       
    25         : public CBase
       
    26 {
       
    27 public:
       
    28 
       
    29     /**
       
    30      * Two-phased constructor.
       
    31      */
       
    32     IMPORT_C static CSwtBrowserApSettingsHandler* NewLC();
       
    33 
       
    34     /**
       
    35      * Destructor.
       
    36      */
       
    37     virtual ~CSwtBrowserApSettingsHandler();
       
    38 
       
    39     IMPORT_C TInt RunSettingsL(TUint32 aHighLight, TUint32& aSelected);
       
    40 
       
    41 private:
       
    42 
       
    43     /**
       
    44      * Constructor.
       
    45      */
       
    46     CSwtBrowserApSettingsHandler();
       
    47 
       
    48     /**
       
    49      * Symbian 2nd phase constructor is private.
       
    50      */
       
    51     void ConstructL();
       
    52 
       
    53 
       
    54 private: // data
       
    55 
       
    56     /**
       
    57      * Pointer to CApUtils
       
    58      * Own
       
    59      */
       
    60     CApSettingsHandler* iSettingsHandler;
       
    61 
       
    62 };
       
    63 
       
    64 #endif // SWTBROWSERAPSETTINGSHANDLER_H