Removed const from Format 76/11876/1
authorKeebong <keebong.bahn@samsung.com>
Thu, 7 Nov 2013 05:23:49 +0000 (14:23 +0900)
committerKeebong <keebong.bahn@samsung.com>
Thu, 7 Nov 2013 05:23:59 +0000 (14:23 +0900)
Change-Id: If926c2e6c76bb43adc7c1f05ddce24f831f33fb4
Signed-off-by: Keebong <keebong.bahn@samsung.com>
inc/FBaseImmutableString.h

index f681915..f2eaf4b 100644 (file)
@@ -249,7 +249,7 @@ public:
         *
         * @endcode
         */
-       static ImmutableString Format(int length, const wchar_t* pFormat, ...) const;
+       static ImmutableString Format(int length, const wchar_t* pFormat, ...);
 
        /**
         * Gets the character at the specified position.
@@ -262,7 +262,7 @@ public:
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c indexAt is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c indexAt is less than @c 0.
+        *                                                              - The specified @c indexAt is less than @c 0.
         * @remark              This method does not guarantee a usable value of out-parameter when an error occurs.
         */
        result GetCharAt(int indexAt, wchar_t& ch) const;
@@ -310,7 +310,7 @@ public:
         * @exception   E_OBJ_NOT_FOUND The specified character is not found.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         * @remark              This method does not guarantee a usable value of out-parameter when an error occurs.
         */
        result IndexOf(wchar_t ch, int startIndex, int& indexOf) const;
@@ -329,7 +329,7 @@ public:
         * @exception   E_OBJ_NOT_FOUND The specified string is not found.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         * @remark              This method does not guarantee a usable value of out-parameter when an error occurs.
         */
        result IndexOf(const ImmutableString& str, int startIndex, int& indexOf) const;
@@ -345,7 +345,7 @@ public:
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c indexAt is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c indexAt is less than @c 0.
+        *                                                              - The specified @c indexAt is less than @c 0.
         * @remark              This method returns an empty string when an exception occurs.
         */
        ImmutableString Insert(const ImmutableString& str, int indexAt) const;
@@ -374,7 +374,7 @@ public:
         * @exception   E_OBJ_NOT_FOUND The specified character is not found.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         * @remark              This method does not guarantee a usable value of out-parameter when an error occurs.
         * @code
         *
@@ -402,7 +402,7 @@ public:
         * @exception   E_OBJ_NOT_FOUND The specified character is not found.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         *
         * @remarks
         *                              - If the substring is empty, E_SUCCESS is returned and the value of @c indexOf is set to @c startIndex.
@@ -432,9 +432,9 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         *                                                              - The specified @c length is greater than the length of the substring starting from @c startIndex.
-     *                                                         - The specified @c length is less than @c 0.
+        *                                                              - The specified @c length is less than @c 0.
         * @remark              This method returns an empty string when an exception occurs.
         */
        ImmutableString Remove(int startIndex, int length) const;
@@ -483,7 +483,7 @@ public:
         * @exception   E_INVALID_ARG   The specified @c original is an empty string.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         * @remark              This method returns an empty string when an exception occurs.
         */
        ImmutableString Replace(const ImmutableString& original, const ImmutableString& replace, int startIndex) const;
@@ -510,7 +510,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c indexAt is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c indexAt is less than @c 0.
+        *                                                              - The specified @c indexAt is less than @c 0.
         * @remark              This method returns an empty string when an exception occurs.
         */
        ImmutableString SetCharAt(wchar_t ch, int indexAt) const;
@@ -528,7 +528,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         */
        bool StartsWith(const ImmutableString& str, int startIndex) const;
 
@@ -556,7 +556,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         * @remark              This method returns an empty string when an exception occurs.
         */
        ImmutableString SubString(int startIndex) const;
@@ -574,9 +574,9 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  Either of the following conditions has occurred:
         *                                                              - The specified @c startIndex is either greater than or equal to the length of the current instance.
-     *                                                         - The specified @c startIndex is less than @c 0.
+        *                                                              - The specified @c startIndex is less than @c 0.
         *                                                              - The specified @c length is greater than the length of the substring starting from @c startIndex.
-     *                                                         - The specified @c length is less than @c 0.
+        *                                                              - The specified @c length is less than @c 0.
         * @remark              This method returns an empty string when an exception occurs.
         */
        ImmutableString SubString(int startIndex, int length) const;