phoneapp/phoneuicontrol/inc/mphonestateproperties.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 73 e30d4a1b8bad
child 82 b49b5af297a7
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
     1 /*
       
     2 * Copyright (c) 2010 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: Nokia
       
    13 *
       
    14 * Description: An abstract class for accessing generic state properties
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPHONESTATEPROPERTIES_H
       
    20 #define MPHONESTATEPROPERTIES_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32cmn.h>
       
    24 #include <eikenv.h>
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 *  An abstract class for accessing generic state properties
       
    32 *
       
    33 */
       
    34 class MPhoneStateProperties
       
    35     {
       
    36     public:
       
    37 
       
    38         /**
       
    39         * Sets CEikonEnv handle to minimize static system calls
       
    40         * @param CEikonEnv handle
       
    41         */
       
    42         virtual void SetEikonEnv( CEikonEnv* aEnv ) = 0;
       
    43         
       
    44     };
       
    45 
       
    46 #endif // MPHONESTATEPROPERTIES_H
       
    47             
       
    48 // End of File