equal
deleted
inserted
replaced
1202 // |
1202 // |
1203 // --------------------------------------------------------------------------- |
1203 // --------------------------------------------------------------------------- |
1204 // |
1204 // |
1205 EXPORT_C void CPtiEngine::ListAvailablePhysicalKeyboardsL(RArray<TPtiKeyboardType>& aResult) |
1205 EXPORT_C void CPtiEngine::ListAvailablePhysicalKeyboardsL(RArray<TPtiKeyboardType>& aResult) |
1206 { |
1206 { |
1207 CleanupClosePushL( aResult ); |
|
1208 // Add real implementation later. |
1207 // Add real implementation later. |
1209 User::LeaveIfError(aResult.Append(EPtiKeyboard12Key)); |
1208 User::LeaveIfError(aResult.Append(EPtiKeyboard12Key)); |
1210 CleanupStack::Pop(); |
|
1211 } |
1209 } |
1212 |
1210 |
1213 |
1211 |
1214 // --------------------------------------------------------------------------- |
1212 // --------------------------------------------------------------------------- |
1215 // CPtiEngine::SetNumberCandidateStatus |
1213 // CPtiEngine::SetNumberCandidateStatus |