Change error condition of ToDouble()&ToFloat()
[platform/framework/native/appfw.git] / inc / FBaseComparerT.h
index 3450165..17a4e59 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -155,14 +154,14 @@ public:
        virtual ~ComparerT(void) { }
 
        /**
-        * Compare two String instance
+        * Compare two String instances.
         *
         * @since 2.1
         *
         * @return       Always returns E_SUCCESS
-        * @param[in]    str1     String instance to compare
-        * @param[in]    str2     String instance to compare
-        * @param[in]    cmp      Integer value for result
+        * @param[in]    str1     The String instance to compare
+        * @param[in]    str2     The String instance to compare
+        * @param[in]    cmp      An integer value for result
         */
        virtual result Compare(const Tizen::Base::String& str1, const Tizen::Base::String& str2, int& cmp) const
        {