Add @feature tag.
authoreh1112.kim <eh1112.kim@samsung.com>
Tue, 26 Mar 2013 04:55:57 +0000 (13:55 +0900)
committereh1112.kim <eh1112.kim@samsung.com>
Tue, 26 Mar 2013 04:55:57 +0000 (13:55 +0900)
Change-Id: I0139d73b39ddd8b2ca37894e3b342669b0e0423e
Signed-off-by: eh1112.kim <eh1112.kim@samsung.com>
inc/FTelCallManager.h
inc/FTelNetworkInfo.h
inc/FTelNetworkManager.h
inc/FTelSimInfo.h
inc/FTelSimStateManager.h

index 5aff7bb..701ee92 100755 (executable)
@@ -114,11 +114,13 @@ public:
      * This is the two phase construction.
      *
      * @since   2.0
-        *
+        * @feature %http://tizen.org/feature/network.telephony
      * @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
+        * @exception  E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      */
        result Construct(void);
 
@@ -127,12 +129,14 @@ public:
      * This is the two phase construction.
      *
      * @since   2.0
-        *
+        * @feature %http://tizen.org/feature/network.telephony
      * @return  An error code
      * @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.
-          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
+        * @exception   E_UNSUPPORTED_OPERATION  The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      */
        result Construct(ITelephonyCallEventListener& listener);
 
index 15c1c65..b04326c 100755 (executable)
@@ -244,14 +244,17 @@ public:
      * @since   2.0
      * @privlevel      public
      * @privilege   %http://tizen.org/privilege/telephony
-     *
+        * @feature             %http://tizen.org/feature/network.telephony
      * @return  The current RSSI @n
      *          The possible RSSI value ranges from @c 0 to @c 100.
      * @exception   E_SUCCESS   The method is successful.
      * @exception   E_PRIVILEGE_DENIED  The application does not have the privilege to call this method.
      * @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
-     * @remarks                The specific error code can be accessed using the GetLastResult() method.
+        * @exception  E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks
+        *                      - The specific error code can be accessed using the GetLastResult() method.
+        *                      - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      */
        static int GetRssi(void);
 
index 057d8fd..72b1f76 100755 (executable)
@@ -116,12 +116,14 @@ public:
      * is no listener for telephony network status change callbacks.
      *
      * @since          2.0
-        *
+        * @feature     %http://tizen.org/feature/network.telephony
      * @return         An error code
         * @param[in]   pListener       The listener for change in status of a telephony network
      * @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
+        * @exception   E_UNSUPPORTED_OPERATION  The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      */
        result Construct(ITelephonyNetworkEventListener* pListener);
 
index 49d67ba..9f3aa6b 100755 (executable)
@@ -118,12 +118,14 @@ public:
         * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use the SimStateManager::GetSimInfo() method to get the initialized %SimInfo instance.
         *
         * @since               2.0
-        *
+        * @feature %http://tizen.org/feature/network.telephony
         * @return              An error code
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        The method cannot proceed due to a severe system error.
         * @exception   E_DEVICE_UNAVAILABLE    The operation has failed due to a missing SIM card.
-   * @exception          E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
+        * @exception   E_UNSUPPORTED_OPERATION  The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
         */
        result Construct(void);
 
index c733184..49d5ccc 100755 (executable)
@@ -65,12 +65,14 @@ public:
         * Initializes this instance of %SimStateManager.
         *
         * @since       2.1
-        *
+        * @feature %http://tizen.org/feature/network.telephony
         * @return      An error code
         *
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_SYSTEM                                The method cannot proceed due to a severe system error.
-   * @exception          E_UNSUPPORTED_OPERATION       The device does not support the telephony feature.
+        * @exception   E_UNSUPPORTED_OPERATION  The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
         */
        result Construct(void);