Update change log and spec for wrt-plugins-tizen_0.2.84
[framework/web/wrt-plugins-tizen.git] / src / platform / API / Calendar / EventAlarm.cpp
index 576a66f..8d87b96 100755 (executable)
@@ -16,6 +16,7 @@
 
 
 #include "EventAlarm.h"
+#include "EventRecurrenceRule.h"
 #include <dpl/log/log.h>
 
 namespace TizenApis {
@@ -49,11 +50,11 @@ void EventAlarm::setDuration(TizenApis::Api::TimeUtil::DurationProperties value)
     m_duration = value;
 }
 
-std::vector<CalendarEvent::EventAlarmType> EventAlarm::getMethods() const
+std::vector<EventAlarm::EventAlarmType> EventAlarm::getMethods() const
 {
     return m_methods;
 }
-void EventAlarm::setMethods(const std::vector<CalendarEvent::EventAlarmType> &value)
+void EventAlarm::setMethods(const std::vector<EventAlarm::EventAlarmType> &value)
 {
     m_methods = value;
 }