Revert "DayOfWeek enum is defined in timer_types instead of timer_manager" 61/56561/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 11 Jan 2016 08:16:45 +0000 (00:16 -0800)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 11 Jan 2016 08:16:45 +0000 (00:16 -0800)
This reverts commit e583cc3debfd1adffcb7064927ad298abe4e2f97.

Change-Id: I0ad92a5d32ec40df743014bf746e7399b9e4bbb0

src/social/log_aggregator.cpp

index 4e80053..658e784 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_types::EVERYDAY, this, NULL);
+       timer_id = timer_manager::set_at(3, 0, timer_manager::EVERYDAY, this, NULL);
 }
 
 ctx::contact_log_aggregator::~contact_log_aggregator()