gssettingsuis/Gs/GSCallBarringPlugin/Src/GSCallBarringPlugin.cpp
branchRCL_3
changeset 17 f392bfb21e08
parent 13 23553eb4e470
child 25 3b47783fdf16
equal deleted inserted replaced
16:bdac6c462392 17:f392bfb21e08
   525 TBool CGSCallBarringPlugin::VoipSupported() const 
   525 TBool CGSCallBarringPlugin::VoipSupported() const 
   526     {
   526     {
   527     return iVoipSupported;
   527     return iVoipSupported;
   528     }
   528     }
   529 
   529 
       
   530 TGSListboxItemTypes CGSCallBarringPlugin::ItemType()
       
   531     {
       
   532     __GSLOGSTRING1( "[CGSCallBarringPlugin::ItemType] type %d", EGSItemTypeSettingDialog );
       
   533     return EGSItemTypeSettingDialog;
       
   534     }
       
   535 
       
   536 void CGSCallBarringPlugin::HandleSelection(
       
   537                 const TGSSelectionTypes /*aSelectionType*/ )
       
   538     {
       
   539     __GSLOGSTRING( "[CGSCallBarringPlugin::HandleSelection] Start" );
       
   540     ActivateInternalViewL();
       
   541     __GSLOGSTRING( "[CGSCallBarringPlugin::HandleSelection] End" );
       
   542     }
   530  // End of file
   543  // End of file