predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsKeyMap.cpp
branchRCL_3
changeset 35 4ae315f230bc
parent 21 b3431bff8c19
child 64 c1e8ba0c2b16
equal deleted inserted replaced
32:2828b4d142c0 35:4ae315f230bc
   651 // ----------------------------------------------------------------------------
   651 // ----------------------------------------------------------------------------
   652 // CPcsKeyMap::GetPhysicalKeyboardTypesL
   652 // CPcsKeyMap::GetPhysicalKeyboardTypesL
   653 // Initialise the keyboard type variables
   653 // Initialise the keyboard type variables
   654 // ----------------------------------------------------------------------------
   654 // ----------------------------------------------------------------------------
   655 void CPcsKeyMap::GetPhysicalKeyboardTypesL( TPtiKeyboardType& aItutKbType,
   655 void CPcsKeyMap::GetPhysicalKeyboardTypesL( TPtiKeyboardType& aItutKbType,
   656                                               TPtiKeyboardType& aQwertyKbType )
   656                                             TPtiKeyboardType& aQwertyKbType )
   657     {
   657     {
   658     TInt physicalKeyboard = 0;
   658     TInt physicalKeyboard = 0;
   659     CRepository* aknFepRepository = CRepository::NewL( KCRUidAknFep );
   659     CRepository* aknFepRepository = CRepository::NewL( KCRUidAknFep );
   660     aknFepRepository->Get( KAknFepPhysicalKeyboards, physicalKeyboard );
   660     aknFepRepository->Get( KAknFepPhysicalKeyboards, physicalKeyboard );
   661     delete aknFepRepository;
   661     delete aknFepRepository;