Add E_UNSUPPORTED_OPERATION to Uix:Vision namespace
authorKyusung Cho <ks0128.cho@samsung.com>
Fri, 29 Mar 2013 07:27:42 +0000 (16:27 +0900)
committerKyusung Cho <ks0128.cho@samsung.com>
Fri, 29 Mar 2013 07:27:42 +0000 (16:27 +0900)
Change-Id: I3eda4718dab1521456ec4d448c0bd244f9c91980
Signed-off-by: Kyusung Cho <ks0128.cho@samsung.com>
inc/FUixVisionImageFeatureManager.h
inc/FUixVisionImageRecognizer.h
inc/FUixVisionQrCodeGenerator.h
inc/FUixVisionQrCodeRecognizer.h

index 6967eb8..2e22c4e 100644 (file)
@@ -84,10 +84,14 @@ public:
      *
      * @since       2.1
      *
+     * @feature     %http://tizen.org/feature/vision.image_recognition
+     *
      * @return      An error code.
      *
      * @exception   E_SUCCESS          The method is successful.
-     * @exception   E_OUT_OF_MEMORY    The memory is insufficient.
+     * @exception   E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. 
+     * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+     * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      * @see
      */
     result Construct(void);
index ef11c30..f51f92d 100644 (file)
@@ -111,8 +111,13 @@ public:
      * Every application must call Construct() before calling any other method of ImageRecognizer.
      *
      * @since        2.1
+     *
+     * @feature      %http://tizen.org/feature/vision.image_recognition
+     *
      * @exception    E_SUCCESS          The method is successful.
-     * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
+     * @exception    E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. 
+     * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+     * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      * @see
      */
     result Construct(void);
index a9e6de5..fd5c067 100644 (file)
@@ -75,8 +75,13 @@ public:
      * Every application must call Construct() before calling any other method of QRCodeGenerator.
      *
      * @since        2.1
+     *
+     * @feature      %http://tizen.org/feature/vision.qrcode_generation
+     *
      * @exception    E_SUCCESS          The method is successful.
-     * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
+     * @exception    E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. 
+     * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+     * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      * @see
      */
     result Construct(void);
index df9c5f9..8b0beae 100644 (file)
@@ -99,8 +99,13 @@ public:
      * Every application must call Construct() before calling any other method of ImageRecognizer.
      *
      * @since        2.1
+     *
+     * @feature      %http://tizen.org/feature/vision.qrcode_recognition
+     *
      * @exception    E_SUCCESS          The method is successful.
-     * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
+     * @exception    E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. 
+     * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+     * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      * @see
      */
     result Construct(void);