fep/aknfep/src/AknFepSharedDataInterface.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 7 a47de9135b21
child 12 4eb1ae11334f
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   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