update header for Doxygen
[platform/framework/native/appfw.git] / inc / FIoDatabase.h
index 394d80b..e2ca497 100644 (file)
@@ -449,7 +449,7 @@ public:
        *                                                                               - %File corruption is detected. @n
        * @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.
+       * @remarks              Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        */
        result Construct(const Tizen::Base::String& dbPath, const char* pOpenMode, const Tizen::Base::ByteBuffer& secretKey);
 
@@ -777,7 +777,7 @@ public:
        * @exception    E_SYSTEM                                The method cannot proceed due to a severe system error.
        * @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.
+       * @remarks              Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        */
        static result ConvertToSecureDatabase(const Tizen::Base::String& normalDbPath, const Tizen::Base::String& secureDbPath,
                        const Tizen::Base::ByteBuffer& secretKey);