Merge from 2.2
[platform/framework/native/telephony.git] / inc / FTelITelephonyCallForwardListener.h
index 82f08a4..95f86a1 100755 (executable)
@@ -31,58 +31,59 @@ namespace Tizen { namespace Telephony
 {
 /**
  * @interface   ITelephonyCallForwardListener
- * @brief       This interface provides methods to listen to the results of the call forwarding request.
+ * @brief       This interface provides methods to listen to the results of a call forwarding request.
  *
  * @since       2.0
  *
- * The %ITelephonyCallForwardListener interface provides methods to listen to the results of the call forwarding request.
+ * The %ITelephonyCallForwardListener interface provides methods to listen to the results of a call forwarding request.
  */
 class _OSP_EXPORT_ ITelephonyCallForwardListener
        : virtual public Tizen::Base::Runtime::IEventListener
 {
 public:
        /**
-     * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+     * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
      *
      * @since   2.0
      */
        virtual ~ITelephonyCallForwardListener(void) {}
 
        /**
-     * Called when a response of the call forwarding request is received.
+     * Called when the response to the call forwarding request is received.
      *
      * @since   2.0
      *
      * @param[in]    phoneNumber         The phone number
      * @param[in]    r                   The result of the call forwarding request
      * @exception    E_SUCCESS           The method is successful.
-     * @exception    E_NOT_RESPONDING    The server on the telephony network is not responding.
+     * @exception    E_NOT_RESPONDING    The server of the telephony network is not responding.
      * @exception    E_SYSTEM            A system error has occurred.
      */
        virtual void OnTelephonyCallForwardResponseReceived(const Tizen::Base::String& phoneNumber, result r) = 0;
 
        /**
-     * Called when a response of the call forwarding stop request is received.
+     * Called when the response to the call forwarding stop request is received.
      *
      * @since   2.0
         *
      * @param[in]    phoneNumber         The phone number
      * @param[in]    r                   The result of the call forwarding request
      * @exception    E_SUCCESS           The method is successful.
-     * @exception    E_NOT_RESPONDING    The server on the telephony network is not responding.
+     * @exception    E_NOT_RESPONDING    The server of the telephony network is not responding.
      * @exception    E_SYSTEM            A system error has occurred.
         */
        virtual void OnTelephonyCallForwardStopped(const Tizen::Base::String& phoneNumber, result r) = 0;
 
        /**
-     * Called when a query for the call forwarding number is completed.
+     * Called when the query for the call forwarding number is completed.
      *
      * @since   2.0
         *
      * @param[in]    phoneNumber             The phone number
      * @param[in]    r                       The result of the query request
      * @exception    E_SUCCESS               The method is successful.
-     * @exception    E_NOT_RESPONDING        The server on the telephony network is not responding.
+     * @exception    E_NOT_RESPONDING        The server of the telephony network is not responding.
      * @exception    E_SERVICE_DEACTIVATED   The call forwarding service is not enabled.
      * @exception    E_SYSTEM                A system error has occurred.
      */