equal
deleted
inserted
replaced
128 void CPhoneParserFeatures::HandleEmergencyDialL( const TInt /*aStatus*/ ) |
128 void CPhoneParserFeatures::HandleEmergencyDialL( const TInt /*aStatus*/ ) |
129 { |
129 { |
130 } |
130 } |
131 |
131 |
132 // ----------------------------------------------------------------------------- |
132 // ----------------------------------------------------------------------------- |
133 // CPhoneParserFeatures::LifeTimerEnabled |
|
134 // ----------------------------------------------------------------------------- |
|
135 // |
|
136 TBool CPhoneParserFeatures::LifeTimerEnabled() |
|
137 { |
|
138 return Instance() ? |
|
139 Instance()->GetTelephoneVariant() & KTelSrvLVFlagLifeTimer : EFalse; |
|
140 } |
|
141 |
|
142 // ----------------------------------------------------------------------------- |
|
143 // CPhoneParserFeatures::TwoDigitCallingEnabled |
133 // CPhoneParserFeatures::TwoDigitCallingEnabled |
144 // ----------------------------------------------------------------------------- |
134 // ----------------------------------------------------------------------------- |
145 // |
135 // |
146 TBool CPhoneParserFeatures::TwoDigitCallingEnabled() |
136 TBool CPhoneParserFeatures::TwoDigitCallingEnabled() |
147 { |
137 { |