phoneengine/callhandling/inc/cpesinglecall.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    96         virtual TInt Dial( const RMobileCall::TTelNumberC& aNumber );
    96         virtual TInt Dial( const RMobileCall::TTelNumberC& aNumber );
    97 
    97 
    98         /**
    98         /**
    99         * Disables FDN checking for SIM ATK originated calls
    99         * Disables FDN checking for SIM ATK originated calls
   100         */  
   100         */  
   101 		void DisableFDNCheck();
   101         void DisableFDNCheck();
   102 		
   102         
   103         /**
   103         /**
   104         * Creates deflect request to cce call object
   104         * Creates deflect request to cce call object
   105         * @param aMobileAddress the address of the remote party
   105         * @param aMobileAddress the address of the remote party
   106         * @param aDeflectType determinates the destination of the deflected call.
   106         * @param aDeflectType determinates the destination of the deflected call.
   107         */    
   107         */    
   145         void Transfer( const TDesC& aTransferTarget );
   145         void Transfer( const TDesC& aTransferTarget );
   146         
   146         
   147         /**
   147         /**
   148         * Returns the inband tone needed to play in state transition
   148         * Returns the inband tone needed to play in state transition
   149         */    
   149         */    
   150 		TCCPTone Tone();
   150         TCCPTone Tone();
   151 		
   151         
   152         /**
   152         /**
   153         * Creates hangup request to cce call  object
   153         * Creates hangup request to cce call  object
   154         * @return possible error code
   154         * @return possible error code
   155         */ 
   155         */ 
   156 		TInt HangUp();
   156         TInt HangUp();
   157         
   157         
   158         /**
   158         /**
   159         * Offers call parameters
   159         * Offers call parameters
   160         * @param aCallInfo the current call information.
   160         * @param aCallInfo the current call information.
   161         * @return KErrNone or possible error code from the GetMobileCallInfo method.
   161         * @return KErrNone or possible error code from the GetMobileCallInfo method.