phonesrv_plat/converged_call_provider_api/inc/mccpobserver.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    78     */
    78     */
    79     virtual void IncomingCall( MCCPCall* aCall ) = 0;
    79     virtual void IncomingCall( MCCPCall* aCall ) = 0;
    80 
    80 
    81     /**
    81     /**
    82     * Incoming call invitation in attended transfer case. Occurs at transfer target end.
    82     * Incoming call invitation in attended transfer case. Occurs at transfer target end.
    83     * For incoming transfer at transferor end see MCCPObserver::CallCreated.
    83 	* For incoming transfer at transferor end see MCCPObserver::CallCreated.
    84     * @since S60 3.2
    84     * @since S60 3.2
    85     * @param aCall IncomingCall transfer call.
    85     * @param aCall IncomingCall transfer call.
    86     * @param aTempCall Pointer to the held call.
    86     * @param aTempCall Pointer to the held call.
    87     */
    87     */
    88     virtual void IncomingCall( MCCPCall* aCall,
    88     virtual void IncomingCall( MCCPCall* aCall,
    89                                MCCPCall& aTempCall ) = 0;
    89                                MCCPCall& aTempCall ) = 0;
    90 
    90 
    91     /**
    91     /**
    92     * Indicate an arrived transfer request. 
    92 	* Indicate an arrived transfer request. 
    93     * Called at the transfer request receiver end, after receiving a transfer request .     
    93 	* Called at the transfer request receiver end, after receiving a transfer request .     
    94     * For incoming transfer at transfer target end see MCCPObserver::IncomingCall with two call 
    94 	* For incoming transfer at transfer target end see MCCPObserver::IncomingCall with two call 
    95      objects as parameters.
    95 	 objects as parameters.
    96     * @since S60 3.2
    96 	* @since S60 3.2
    97     * @param aNewTransferCall The call that has been created with the new transfer target.
    97     * @param aNewTransferCall The call that has been created with the new transfer target.
    98     * @param aOriginator Pointer to originator of the transfer request.
    98     * @param aOriginator Pointer to originator of the transfer request.
    99     * @param aAttended Transfer requested was attented (ETrue) or un-attented(EFalse)
    99     * @param aAttended Transfer requested was attented (ETrue) or un-attented(EFalse)
   100     */
   100     */
   101     virtual void CallCreated( MCCPCall* aNewTransferCall,
   101     virtual void CallCreated( MCCPCall* aNewTransferCall,