fep/aknfep/src/AknFepSharedDataInterface.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
equal deleted inserted replaced
0:eb1f2e154e89 13:3b79bedfdc20
   730     }
   730     }
   731 #endif
   731 #endif
   732 TInt CAknFepSharedDataInterface::HandleRepositoryCallBack(TAny* aPtr)
   732 TInt CAknFepSharedDataInterface::HandleRepositoryCallBack(TAny* aPtr)
   733     {
   733     {
   734     CAknFepSharedDataInterface *self = STATIC_CAST(CAknFepSharedDataInterface*, aPtr);
   734     CAknFepSharedDataInterface *self = STATIC_CAST(CAknFepSharedDataInterface*, aPtr);
   735 #ifdef RD_INTELLIGENT_TEXT_INPUT    
   735 #ifdef RD_INTELLIGENT_TEXT_INPUT
   736     if(self->iAknFepRepositoryWatcher->IsGenericCenrepChange())
   736     
       
   737     if( self->iAknFepRepositoryWatcher && 
       
   738         self->iAknFepRepositoryWatcher->IsGenericCenrepChange())
   737         {
   739         {
   738         return HandleGenericRepositoryChange(aPtr);
   740         return HandleGenericRepositoryChange(aPtr);
   739         }
   741         }
   740     else
   742     else
   741 #endif        
   743 #endif