remove not used files 44/85144/3 accepted/tizen/common/20160824.154541 submit/tizen/20160824.044025
authorJeesun Kim <iamjs.kim@samsung.com>
Wed, 24 Aug 2016 02:43:57 +0000 (11:43 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Wed, 24 Aug 2016 04:31:21 +0000 (13:31 +0900)
Change-Id: Ieecfc1e02b42c5d24e4f6f8b89fbbd2f64d09437

.CALENDAR_SVC_CALENDAR_CHANGED [deleted file]
.CALENDAR_SVC_EVENT_CHANGED [deleted file]
.CALENDAR_SVC_TODO_CHANGED [deleted file]
common/cal_typedef.h

diff --git a/.CALENDAR_SVC_CALENDAR_CHANGED b/.CALENDAR_SVC_CALENDAR_CHANGED
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/.CALENDAR_SVC_EVENT_CHANGED b/.CALENDAR_SVC_EVENT_CHANGED
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/.CALENDAR_SVC_TODO_CHANGED b/.CALENDAR_SVC_TODO_CHANGED
deleted file mode 100644 (file)
index e69de29..0000000
index caec6d2..f899da0 100644 (file)
@@ -24,8 +24,8 @@
 #include <complex.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include "cal_record.h"
 #include <tzplatform_config.h>
+#include "cal_record.h"
 
 #define CAL_STR_SHORT_LEN32 32
 #define CAL_STR_SHORT_LEN64 64
 #define CAL_STRING_EQUAL 0
 
 #define CAL_TZID_GMT "Etc/GMT"
-#define CAL_SOCK_PATH "/run/user/%d"
-#define CAL_NOTI_FILE_EVENT tzplatform_mkpath(TZ_USER_DATA, "calendar-service/.CALENDAR_SVC_EVENT_CHANGED")
-#define CAL_NOTI_FILE_TODO tzplatform_mkpath(TZ_USER_DATA, "calendar-service/.CALENDAR_SVC_TODO_CHANGED")
-#define CAL_NOTI_FILE_BOOK tzplatform_mkpath(TZ_USER_DATA, "calendar-service/.CALENDAR_SVC_CALENDAR_CHANGED")
+#define CAL_NOTI_FILE_EVENT tzplatform_mkpath(TZ_USER_DATA, "calendar-service/.CALENDAR_SERVICE_EVENT_CHANGED")
+#define CAL_NOTI_FILE_TODO tzplatform_mkpath(TZ_USER_DATA, "calendar-service/.CALENDAR_SERVICE_TODO_CHANGED")
+#define CAL_NOTI_FILE_BOOK tzplatform_mkpath(TZ_USER_DATA, "calendar-service/.CALENDAR_SERVICE_BOOK_CHANGED")
 #define CAL_NOTI_REMINDER_CAHNGED "reminder"
 #define CAL_FORMAT_LOCAL_DATETIME "%04d-%02d-%02dT%02d:%02d:%02d"
 #define CAL_DATETIME_FORMAT_YYYYMMDD "%04d%02d%02d"