Fix the doxygen about example demonstrates 17/12617/3
authorhs321.lee <hs321.lee@samsung.com>
Thu, 10 Oct 2013 14:59:21 +0000 (23:59 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 29 Nov 2013 07:29:03 +0000 (23:29 -0800)
Change-Id: Ic4466983dbbc90bda5a5e937609ea90f13d3c5d9
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
inc/FSclCalendarbookFilter.h

index 4c8f3d5..d8d2ea4 100644 (file)
@@ -85,8 +85,8 @@ namespace Tizen { namespace Social
  * @code
  *
        //search condition: (calendarId=3 OR calendarId=4) AND (subject LIKE '%meeting%')
-       CalendarbookFilter subFilter(CB_FILTER_TYPE_EVENT);
-       subFilter.AppendInt(FI_CONJ_OP_NONE, EVENT_FI_PR_CALENDAR_ID, FI_CMP_O_EQUAL, 3);
+       CalendarbookFilter subFilter(CB_FI_TYPE_EVENT);
+       subFilter.AppendInt(FI_CONJ_OP_NONE, EVENT_FI_PR_CALENDAR_ID, FI_CMP_OP_EQUAL, 3);
        subFilter.AppendInt(FI_CONJ_OP_OR, EVENT_FI_PR_CALENDAR_ID, FI_CMP_OP_EQUAL, 4);
 
        CalendarbookFilter mainFilter(CB_FI_TYPE_EVENT);