Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseDoubleComparer.h
index 84dc483..1a7aa44 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);
 #include <FBaseObject.h>
 #include <FBaseColIComparer.h>
 
-
 namespace Tizen { namespace Base
 {
 /**
  *     @class  DoubleComparer
- *     @brief  This class checks for equivalence between 2 instances of the Double type.
+ *     @brief  This class checks for equivalence between 2 instances of the %Double type.
  *
  *     @since 2.0
  *
@@ -92,14 +90,14 @@ public:
         *      @since 2.0
         *
         *      @return         An error code
-        *      @param[in]      obj1    The first instance of type %Double
-        *      @param[in]      obj2    The second instance of type %Double
+        *      @param[in]      obj1    The first instance of type Double
+        *      @param[in]      obj2    The second instance of type Double
         *      @param[out] cmp         The result of comparison
         *  @exception  E_SUCCESS               The method is successful.
         *  @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
@@ -107,7 +105,6 @@ public:
         */
        virtual result Compare(const Tizen::Base::Object& obj1, const Tizen::Base::Object& obj2, int& cmp) const;
 
-
 private:
        /**
         * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.
@@ -120,10 +117,8 @@ private:
        DoubleComparer& operator =(const DoubleComparer& rhs);
 
        friend class _DoubleComparerImpl;
-       class _DoubleComparerImpl * __pDoubleComparerImpl;
+       class _DoubleComparerImpl* __pDoubleComparerImpl;
 
 }; // DoubleComparer
-
 }} // Tizen::Base
-
-#endif // _FBASE_DOUBLE_COMPARER_H_
+#endif // _FBASE_DOUBLE_COMPARER_H_
\ No newline at end of file