gssettingsuis/Gs/GSCallDivertPlugin/Inc/GSCallDivertView.h
branchRCL_3
changeset 23 8bda91a87a00
parent 0 8c5d936e5675
equal deleted inserted replaced
22:673fb3e04649 23:8bda91a87a00
   311         /**
   311         /**
   312          * Displays data call number query and activates data divert
   312          * Displays data call number query and activates data divert
   313          * @param aTelNumber Phone number for call divert
   313          * @param aTelNumber Phone number for call divert
   314          */
   314          */
   315         void DisplayDataCallDivertNumberQueryL( TTelNumber& aTelNumber );
   315         void DisplayDataCallDivertNumberQueryL( TTelNumber& aTelNumber );
       
   316         
       
   317         /**
       
   318          * Remove invalid " ", "()" which were sync with PC suite. 
       
   319          * Make sure the call divert behavior is the same as user making a phone call. 
       
   320          * Illegal ('#', 'p', 'w', ...) characters are handled in ValidatePhoneNumberL().
       
   321          * @param aNumber Phone number for call divert
       
   322          * @param aInvalidChars the invalid chars to remove
       
   323          */
       
   324         void RemoveInvalidChars( TDes& aNumber );
   316 
   325 
   317     private:
   326     private:
   318 
   327 
   319         void DynInitMenuPaneL( TInt aResourceId, CEikMenuPane* aMenuPane );
   328         void DynInitMenuPaneL( TInt aResourceId, CEikMenuPane* aMenuPane );
   320 
   329