X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseFloatComparer.h;h=54e6e43f7ca2880466fe43d3bc881243b5783a04;hb=d57698cc0c56b6f96aad426f8ebd80f6fb092b05;hp=4056ed041cc1bdc09f248d549d2d0a79db5e00ef;hpb=8c56709719adac754c76dbcb78f06d4915ceada9;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseFloatComparer.h b/inc/FBaseFloatComparer.h index 4056ed0..54e6e43 100644 --- a/inc/FBaseFloatComparer.h +++ b/inc/FBaseFloatComparer.h @@ -28,7 +28,6 @@ #include #include - namespace Tizen { namespace Base { /** @@ -98,7 +97,7 @@ public: * @exception E_INVALID_ARG The specified object instances are not of the expected type. * @remarks The value of @c cmp can be: * - * @code + * @code * < 0 if the value of @c obj1 is less than the value of @c obj2 * == 0 if the value of @c obj1 is equal to the value of @c obj2 * > 0 if the value of @c obj1 is greater than the value of @c obj2 @@ -119,7 +118,7 @@ private: FloatComparer& operator =(const FloatComparer& rhs); friend class _FloatComparerImpl; - class _FloatComparerImpl * __pFloatComparerImpl; + class _FloatComparerImpl* __pFloatComparerImpl; }; // FloatComparer