phoneclientserver/phoneclient/Inc/ExtCall/TPhCltExtPhoneDialData.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    19 #ifndef TPHCLTEXTPHONEDIALDATA_H   
    19 #ifndef TPHCLTEXTPHONEDIALDATA_H   
    20 #define TPHCLTEXTPHONEDIALDATA_H  
    20 #define TPHCLTEXTPHONEDIALDATA_H  
    21 
    21 
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include "phclttypes.h" 
    24 #include "PhCltTypes.h"
    25 
    25 
    26 // Constant used as window group id to indicate that we wish to go to idle.
    26 // Constant used as window group id to indicate that we wish to go to idle.
    27 const TInt KPhCltGoToIdle = 0;
    27 const TInt KPhCltGoToIdle = 0;
    28 
    28 
    29 // Constants used in Redial parameter
    29 // Constants used in Redial parameter
    30 const TInt KPhCltRedialDefault = -1;          // Default redial.
    30 const TInt KPhCltRedialDefault = -1;          // Default redial.
    31 const TInt KPhCltRedialOff = -2;              // Redial is off.
    31 const TInt KPhCltRedialOff = -2;              // Redial is off.
    32 const TInt KPhCltRedialWithDefaultTime = -3;  // Redial on, with default time.
    32 const TInt KPhCltRedialWithDefaultTime = -3;  // Redial on, with default time.
    33 const TInt KPhCltRedial = 0;    // Forced redial.
    33 const TInt KPhCltRedial = 0;	// Forced redial.
    34 
    34 
    35 // Other constants used in TPhCltExtPhoneDialData ( default values )
    35 // Other constants used in TPhCltExtPhoneDialData ( default values )
    36 const TBool KPhCltDefaultAllowMatch = ETrue;   // Match is allowed
    36 const TBool KPhCltDefaultAllowMatch = ETrue;   // Match is allowed
    37 const TBool KPhCltDefaultNumberEntry = EFalse; // No return to number entry.
    37 const TBool KPhCltDefaultNumberEntry = EFalse; // No return to number entry.
    38 const TInt KPhCltDefaultNumberType = -1;       // No number type.
    38 const TInt KPhCltDefaultNumberType = -1;       // No number type.