equal
deleted
inserted
replaced
67 // Virtual function to return the user input type |
67 // Virtual function to return the user input type |
68 // ----------------------------------------------------------------------------- |
68 // ----------------------------------------------------------------------------- |
69 // |
69 // |
70 TUserInputType CVTUserInputDtmf::GetType() |
70 TUserInputType CVTUserInputDtmf::GetType() |
71 { |
71 { |
72 return EVtUiiDTFM; |
72 return EVtUiiDTMF; |
73 } |
73 } |
74 |
74 |
75 // ----------------------------------------------------------------------------- |
75 // ----------------------------------------------------------------------------- |
76 // CVTUserInputDtmf::ConstructL |
76 // CVTUserInputDtmf::ConstructL |
77 // Constructor. |
77 // Constructor. |