equal
deleted
inserted
replaced
207 default: |
207 default: |
208 break; |
208 break; |
209 } |
209 } |
210 } |
210 } |
211 |
211 |
212 // ----------------------------------------------------------------------------- |
|
213 // CPEContactHandling::GetSpeedDialLocation |
|
214 // Get's phone number and contact id from given location. |
|
215 // ----------------------------------------------------------------------------- |
|
216 // |
|
217 TInt CPEContactHandling::GetSpeedDialLocation( |
|
218 TInt aLocationIndex, |
|
219 TPEPhoneNumber& aNumber ) |
|
220 { |
|
221 TInt error = KErrLocked; |
|
222 ASSERT( iContactMatcher ); |
|
223 TRAP( error, iContactMatcher->GetSpeedDialLocationL( aLocationIndex, |
|
224 aNumber ) ); |
|
225 return error; |
|
226 } |
|
227 |
|
228 // ================= OTHER EXPORTED FUNCTIONS =============================== |
212 // ================= OTHER EXPORTED FUNCTIONS =============================== |
229 |
213 |
230 // End of File |
214 // End of File |