Update the sample code.
[platform/framework/native/appfw.git] / inc / FIoDataRow.h
index d3b37fa..710eaf1 100755 (executable)
@@ -1,5 +1,4 @@
 //\r
-// Open Service Platform\r
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.\r
 //\r
 // Licensed under the Apache License, Version 2.0 (the License);\r
@@ -58,7 +57,7 @@ public:
        virtual ~DataRow(void);\r
 \r
        /**\r
-       * Sets a @c ByteBuffer value to the column whose index is specified.\r
+       * Sets a Tizen::Base::ByteBuffer value to the column whose index is specified.\r
        *\r
        * @since                2.1\r
        *\r
@@ -66,11 +65,11 @@ public:
        * @param[in]            columnIndex             The index of the column whose value is set @n\r
        *                                                               The column index starts from 0.\r
        * @param[in]            pValue                  The value to set @n\r
-       *                                                               The specified @c pValue is pointer to user-provided @c ByteBuffer type buffer.\r
+       *                                                               The specified @c pValue is a pointer to user-provided Tizen::Base::ByteBuffer type buffer.\r
        * @exception            E_SUCCESS               The method is successful.\r
        * @exception            E_INVALID_ARG   Either of the following conditions has occurred: @n\r
        *                                                                       - The specified @c columnIndex is out of range.\r
-       *                                                                       - The specified @c pValue is null.\r
+       *                                                                       - The specified @c pValue is @c null.\r
        * @exception            E_TYPE_MISMATCH The operation has attempted to access columns of different types.\r
        * @remarks              This method performs a shallow copy. It copies only the pointer; not the element itself. @n\r
        *                               The platform will take the ownership of @c pValue after calling this method.\r
@@ -79,7 +78,7 @@ public:
 \r
 \r
        /**\r
-       * Sets a @c DateTime value to the column whose index is specified.\r
+       * Sets a Tizen::Base::DateTime value to the column whose index is specified.\r
        *\r
        * @since                2.1\r
        *\r
@@ -140,7 +139,7 @@ public:
        result SetInt64At(int columnIndex, long long value);\r
 \r
        /**\r
-       * Sets a @c String value to the column whose index is specified.\r
+       * Sets a Tizen::Base::String value to the column whose index is specified.\r
        *\r
        * @since                2.1\r
        *\r