X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseLongLong.h;h=27c73a8eb971b28dd4e2276246adc70cea207041;hb=8f5f7c07039d34a2f4ccb9836ace7f7e0d54d08a;hp=4c60e0d4e1a98b35c95058597bd5a53d940264b6;hpb=06ff7d63300a6f4f84e05132e7d3a15d304eba49;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseLongLong.h b/inc/FBaseLongLong.h index 4c60e0d..27c73a8 100644 --- a/inc/FBaseLongLong.h +++ b/inc/FBaseLongLong.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -28,7 +27,6 @@ #include - namespace Tizen { namespace Base { /** @@ -172,7 +170,7 @@ public: * * @since 2.0 * - * @return An integer value indicating the hash value of the specified @c long @c long value + * @return An integer value indicating the hash value of the specified @c long @c long value * @param[in] val A @c long @c long value to get the hash value */ static int GetHashCode(long long val); @@ -254,7 +252,7 @@ public: * * @since 2.0 * - * @return The string containing a Unicode representation of the specified @c signed @c long @c long value + * @return The string containing a Unicode representation of the specified @c signed @c long @c long value * @param[in] value A @c signed @c long @c long value to convert */ static String ToString(long long value); @@ -284,7 +282,7 @@ public: * * @return An error code * @param[in] s A string representing a numeric value - * @param[in] radix The radix of the string representing a unmeric value @n + * @param[in] radix The radix of the string representing a numeric value @n * It must be either 2, 8, 10 or 16. * @param[out] ret The result of the operation * @exception E_SUCCESS The method is successful. @@ -318,7 +316,7 @@ public: private: friend class _LongLongImpl; - class _LongLongImpl * __pLongLongImpl; + class _LongLongImpl* __pLongLongImpl; }; // LongLong