phoneapp/phoneuiutils/src/cphoneqwertyhandler.cpp
branchRCL_3
changeset 17 38529f706030
parent 0 5f000ab63145
child 25 91c2fb4b78df
equal deleted inserted replaced
15:2a26698d78ba 17:38529f706030
   226         }
   226         }
   227         
   227         
   228     return EKeyNull;         
   228     return EKeyNull;         
   229     }           
   229     }           
   230 
   230 
       
   231 // -----------------------------------------------------------------------------
       
   232 // CPhoneQwertyHandler::AddQwertyModeObserverL
       
   233 // -----------------------------------------------------------------------------
       
   234 //
       
   235 EXPORT_C void CPhoneQwertyHandler::AddQwertyModeObserverL( 
       
   236         MPhoneQwertyModeObserver& aObserver )
       
   237     {
       
   238     iQwertyModeMonitor->AddObserverL( aObserver );
       
   239     
       
   240     // Observer need to be notified with a current qwerty status so that
       
   241     // status dependent objects would get correct initial value.
       
   242     aObserver.HandleQwertyModeChange( iQwertyMode );
       
   243     }
       
   244 
   231 //  End of File  
   245 //  End of File