phoneapp/phoneuicontrol/inc/cphoneuistatemachinefactorybase.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 *     See class description.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef CPHONEUISTATEMACHINEFACTORYBASE_H
       
    21 #define CPHONEUISTATEMACHINEFACTORYBASE_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include    <e32base.h>
       
    25 #include    "mphoneuistatemachinefactory.h"
       
    26 
       
    27 /**
       
    28 *  This class implements the PhoneUIStateMachine factory base. This class
       
    29 *  contains common code used for Phone UI State Machine Factories. Also derived
       
    30 *  from CBase, thus providing the cleanupstack support etc.
       
    31 */
       
    32 class CPhoneUIStateMachineFactoryBase :
       
    33     public CBase,
       
    34     public MPhoneUIStateMachineFactory
       
    35     {
       
    36     public:
       
    37     };
       
    38 
       
    39 #endif // CPHONEUISTATEMACHINEFACTORYBASE_H
       
    40 
       
    41 // End of File