phoneapp/phoneuivoipextension/inc/phonestatedefinitionsvoip.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     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:  
       
    15 *   VoIP-specific phone state definitions.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef PHONESTATEDEFINITIONSVOIP_H
       
    21 #define PHONESTATEDEFINITIONSVOIP_H
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 #include "phoneconstants.h"
       
    26 #include "phonestatedefinitions.h"
       
    27 #include "phonestatedefinitionsgsm.h"
       
    28 #include "phoneviewcommanddefinitions.h"
       
    29 
       
    30 // DATA TYPES
       
    31 
       
    32 typedef TPhoneStateId TPhoneStateVoIPId;
       
    33 
       
    34 /**
       
    35 * View command definiations
       
    36 */
       
    37 enum
       
    38     {
       
    39     EPhoneViewServiceSelection = EPhoneAmountOfCommands
       
    40     };
       
    41 
       
    42 enum
       
    43     { 
       
    44     EPhoneStateVoIPIdle = EPhoneStateGSMLast,
       
    45     EPhoneStateVoIPCallSetup
       
    46     };
       
    47 
       
    48 #endif      // PHONESTATEDEFINITIONSVOIP_H   
       
    49             
       
    50 // End of File