phoneengine/callhandling/inc/mpecallhandling.h
branchRCL_3
changeset 3 8871b09be73b
parent 0 5f000ab63145
child 24 41a7f70b3818
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
   315         * @since Series60_5.1
   315         * @since Series60_5.1
   316         * @param aIndex A array index for a selected address.
   316         * @param aIndex A array index for a selected address.
   317         * @return Error (KErrNone is success).
   317         * @return Error (KErrNone is success).
   318         */ 
   318         */ 
   319         virtual TInt ForwardCallToAddress( TInt aIndex ) = 0;
   319         virtual TInt ForwardCallToAddress( TInt aIndex ) = 0;
       
   320 				        
       
   321         /**
       
   322         * Put all the calls to idle and make an request to 
       
   323         * end the connection 
       
   324         * @return KErrNotFound if there is not a call 
       
   325         *         KErrNone if there is one call at least
       
   326         */
       
   327         virtual TInt ReleaseConference() = 0;
   320         
   328         
   321     public: // DTMF related
   329     public: // DTMF related
   322         /**
   330         /**
   323         * Sends dtmf string.
   331         * Sends dtmf string.
   324         * @since Series60_4.0
   332         * @since Series60_4.0