X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseTypes.h;h=95b6ec595612035818f8a7475ea9eb639d76c33e;hb=72749ddd32dd1e3e2833ada50fad8fceefbdcddc;hp=bac586a674ea4dff154d7b3257070c3013ed9fde;hpb=ba579df8b7bd47e2875e4833455443f56683ee01;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseTypes.h b/inc/FBaseTypes.h index bac586a..95b6ec5 100644 --- a/inc/FBaseTypes.h +++ b/inc/FBaseTypes.h @@ -40,9 +40,9 @@ namespace Tizen { namespace Base */ enum SortOrder { - SORT_ORDER_ASCENDING = 0, /**< A constant for sorting the results in ascending order */ - SORT_ORDER_DESCENDING, /**< A constant for sorting the results in descending order */ - SORT_ORDER_NONE /**< A constant for indicating the results are not sorted */ + SORT_ORDER_ASCENDING = 0, /**< A constant for sorting the results in the ascending order */ + SORT_ORDER_DESCENDING, /**< A constant for sorting the results in the descending order */ + SORT_ORDER_NONE /**< A constant for indicating that the results are not sorted */ }; @@ -72,8 +72,8 @@ enum StringMatchCriteria */ enum ComparisonOperator { - COMPARISON_OP_EQUAL = 0, /**< A comparison operator that checks the value equality */ - COMPARISON_OP_NOT_EQUAL, /**< A comparison operator that checks the value inequality */ + COMPARISON_OP_EQUAL = 0, /**< A comparison operator that checks the value's equality */ + COMPARISON_OP_NOT_EQUAL, /**< A comparison operator that checks the value's inequality */ COMPARISON_OP_GREATER_THAN, /**< A comparison operator that checks whether a value is greater than the other */ COMPARISON_OP_LESS_THAN, /**< A comparison operator that checks whether a value is less than the other */ COMPARISON_OP_GREATER_THAN_EQUAL_TO, /**< A comparison operator that checks whether a value is greater than or equal to the other */