vtprotocols/src/cvtuserinput.cpp
branchRCL_3
changeset 14 856ae1b15d98
parent 0 ed9695c8bcbe
equal deleted inserted replaced
13:392fdfb57a78 14:856ae1b15d98
    33 // -----------------------------------------------------------------------------
    33 // -----------------------------------------------------------------------------
    34 //
    34 //
    35 void CVTUserInputDtmf::ConstructL(TUint8 aTone)
    35 void CVTUserInputDtmf::ConstructL(TUint8 aTone)
    36     {
    36     {
    37     __IF_DEBUG(Print(_L("VTProto: CVTUserInputDtmf::ConstructL<")));	
    37     __IF_DEBUG(Print(_L("VTProto: CVTUserInputDtmf::ConstructL<")));	
    38     iUII = CPVUserInputDtmfSymbian::NewL( aTone, 0 );
    38     iUII = CPVUserInputDtmfSymbian::NewL( aTone, EFalse, 0 );
    39     __IF_DEBUG(Print(_L("VTProto: CVTUserInputDtmf::ConstructL>")));
    39     __IF_DEBUG(Print(_L("VTProto: CVTUserInputDtmf::ConstructL>")));
    40     }
    40     }
    41 
    41 
    42 // -----------------------------------------------------------------------------
    42 // -----------------------------------------------------------------------------
    43 // CVTUserInputDtmf::CVTUserInputDtmf
    43 // CVTUserInputDtmf::CVTUserInputDtmf
    72 // Virtual function to return the user input type
    72 // Virtual function to return the user input type
    73 // -----------------------------------------------------------------------------
    73 // -----------------------------------------------------------------------------
    74 //
    74 //
    75 TUserInputType CVTUserInputDtmf::GetType()
    75 TUserInputType CVTUserInputDtmf::GetType()
    76     {
    76     {
    77     return EVtUiiDTFM;
    77     return EVtUiiDTMF;
    78     }
    78     }
    79 
    79 
    80 // -----------------------------------------------------------------------------
    80 // -----------------------------------------------------------------------------
    81 // CVTUserInputDtmf::ConstructL
    81 // CVTUserInputDtmf::ConstructL
    82 // Constructor.
    82 // Constructor.