Synchronized tizen_2.1 branch with master
[platform/framework/native/telephony.git] / inc / FTelCallManager.h
index 58d00cd..e823109 100755 (executable)
@@ -118,6 +118,7 @@ public:
      * @return  An error code
      * @exception   E_SUCCESS          The method is successful.
      * @exception   E_SYSTEM           A system error has occurred.
+          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
      */
        result Construct(void);
 
@@ -131,7 +132,7 @@ public:
      * @param[in]   listener  The listener for change in status of a call
      * @exception   E_SUCCESS The method is successful.
      * @exception   E_SYSTEM  A system error has occurred.
-     * @see ITelephonyCallEventListener
+          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
      */
        result Construct(ITelephonyCallEventListener& listener);
 
@@ -222,7 +223,7 @@ public:
      * @since                  2.0
         *
      * @return      The current call type, @n
-     *              else TYPE_UNDEFINED_CALL if the method fails
+     *              else @c TYPE_UNDEFINED_CALL if the method fails
      */
        CallType GetCurrentCallType(void) const;
 
@@ -232,7 +233,7 @@ public:
      * @since                  2.0
         *
      * @return      The current call status, @n
-     *              else CALL_STATUS_UNDEFINED if the method fails
+     *              else @c CALL_STATUS_UNDEFINED if the method fails
      */
        CallStatus GetCurrentCallStatus(void) const;