Fix the logic for getting DeviceUniqueKey
[platform/framework/native/appfw.git] / inc / FBaseDouble.h
index 40ebdbf..87f873c 100644 (file)
@@ -206,6 +206,7 @@ public:
         * @param[out]  ret                     The converted numeric value
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_NUM_FORMAT    The specified string does not contain a number that can be parsed.
+        * @remarks             This method guarantees that the original value of out-parameter is not changed when the method returns error.
         */
        static result Parse(const String& s, double& ret);