DayOfWeek enum is defined in timer_types instead of timer_manager 60/56560/1
authorSomin Kim <somin926.kim@samsung.com>
Mon, 11 Jan 2016 08:01:40 +0000 (17:01 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 11 Jan 2016 08:16:30 +0000 (00:16 -0800)
Change-Id: I5c58924d2d64eaa353fd76918dcd56d35d48c6f2
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
(cherry picked from commit e583cc3debfd1adffcb7064927ad298abe4e2f97)

src/social/log_aggregator.cpp

index 658e784..4e80053 100644 (file)
@@ -26,7 +26,7 @@ ctx::contact_log_aggregator::contact_log_aggregator()
        : timer_id(-1)
 {
        create_table();
-       timer_id = timer_manager::set_at(3, 0, timer_manager::EVERYDAY, this, NULL);
+       timer_id = timer_manager::set_at(3, 0, timer_types::EVERYDAY, this, NULL);
 }
 
 ctx::contact_log_aggregator::~contact_log_aggregator()