convergedcallengine/cce/inc/cccetransfercontroller.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    70 public:
    70 public:
    71     /**
    71     /**
    72     * An error has occurred concerning a specific call.
    72     * An error has occurred concerning a specific call.
    73     * @since S60 3.2
    73     * @since S60 3.2
    74     * @param aError Error code.
    74     * @param aError Error code.
    75     * @param aCall Current MCCPCall.
    75 	* @param aCall Current MCCPCall.
    76     * @return none
    76     * @return none
    77     */
    77     */
    78     void ErrorOccurred( const TCCPError aError, MCCPCall* aCall ); 
    78     void ErrorOccurred( const TCCPError aError, MCCPCall* aCall ); 
    79       
    79       
    80     /**
    80     /**
    88 
    88 
    89     /**
    89     /**
    90     * The state of the call has changed.
    90     * The state of the call has changed.
    91     * @since S60 3.2
    91     * @since S60 3.2
    92     * @param aState Call state.
    92     * @param aState Call state.
    93     * @param aCall Current MCCPCall.
    93 	* @param aCall Current MCCPCall.
    94     * @return none
    94     * @return none
    95     */
    95     */
    96     void CallStateChangedWithInband( TCCPCallState aState, MCCPCall* aCall ); 
    96     void CallStateChangedWithInband( TCCPCallState aState, MCCPCall* aCall ); 
    97 
    97 
    98     /**
    98     /**
    99     * An event has occurred concerning a specific call.
    99     * An event has occurred concerning a specific call.
   100     * @since S60 3.2
   100     * @since S60 3.2
   101     * @param aEvent Occurred event.
   101     * @param aEvent Occurred event.
   102     * @param aCall Current MCCPCall.
   102 	* @param aCall Current MCCPCall.
   103     * @return none
   103     * @return none
   104     */
   104     */
   105     void CallEventOccurred( const MCCPCallObserver::TCCPCallEvent aEvent, 
   105     void CallEventOccurred( const MCCPCallObserver::TCCPCallEvent aEvent, 
   106                             MCCPCall* aCall ); 
   106                             MCCPCall* aCall ); 
   107 
   107 
   109     * NOTE: change to:
   109     * NOTE: change to:
   110     * virtual void CallCapsChanged( const MCCPCallObserver::TCCPCallControlCaps aCapsFlags ) = 0;
   110     * virtual void CallCapsChanged( const MCCPCallObserver::TCCPCallControlCaps aCapsFlags ) = 0;
   111     * Notifies changed call capabilities
   111     * Notifies changed call capabilities
   112     * @since S60 3.2
   112     * @since S60 3.2
   113     * @param aCaps New capabilities for the call
   113     * @param aCaps New capabilities for the call
   114     * @param aCall Current MCCPCall.
   114 	* @param aCall Current MCCPCall.
   115     * @return none
   115     * @return none
   116     */
   116     */
   117     void CallCapsChanged( const TUint32 aCapsFlags, MCCPCall* aCall ); 
   117     void CallCapsChanged( const TUint32 aCapsFlags, MCCPCall* aCall ); 
   118     
   118     
   119 public: // New methods
   119 public: // New methods