phoneapp/phoneuivoipextension/inc/cphoneuistatemachinefactoryvoip.h
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 2007 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: Definition of CPhoneUIStateMachineFactoryVoIP class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CPHONEUISTATEMACHINEFACTORYVOIP_H
       
    20 #define CPHONEUISTATEMACHINEFACTORYVOIP_H
       
    21 
       
    22 // INCLUDES
       
    23 #include "cphoneuistatemachinefactorybase.h"
       
    24 
       
    25 /**
       
    26 * This class implements VoIP-specific variant of the PhoneUIStateMachine factory.
       
    27 */
       
    28 NONSHARABLE_CLASS( CPhoneUIStateMachineFactoryVoIP ):   
       
    29     public CPhoneUIStateMachineFactoryBase
       
    30     {
       
    31     public: // From MPhoneUIStateMachineFactory
       
    32 
       
    33         /**
       
    34         * See MPhoneUIStateMachineFactory for details
       
    35         */
       
    36         MPhoneStateMachine* CreatePhoneStateMachineL(
       
    37             MPhoneViewCommandHandle* aViewCommandHandle );
       
    38 
       
    39         /**
       
    40         * See MPhoneUIStateMachineFactory for details
       
    41         */
       
    42         CPhoneResourceResolverBase* CreatePhoneResourceResolverL();
       
    43         
       
    44         /**
       
    45         * See MPhoneUIStateMachineFactory for details
       
    46         */
       
    47         CPhoneErrorMessagesHandler* CreatePhoneErrorMessagesHandlerL(
       
    48             MPhoneViewCommandHandle* aViewCommandHandle,
       
    49             MPhoneStateMachine* aStateMachine );
       
    50     };
       
    51 
       
    52 #endif      // CPHONEUISTATEMACHINEFACTORYVOIP_H
       
    53 
       
    54 // End of File