diff -r c198609911f9 -r fd30d51f876b alarmui/alarmalertwidget/alarmalertinterface/inc/alarmalertwidget.h --- a/alarmui/alarmalertwidget/alarmalertinterface/inc/alarmalertwidget.h Fri Apr 16 14:57:40 2010 +0300 +++ b/alarmui/alarmalertwidget/alarmalertinterface/inc/alarmalertwidget.h Mon May 03 12:30:32 2010 +0300 @@ -109,11 +109,11 @@ HbDeviceDialog *mDeviceDialog; /** - * @var mIsClockAlarm - * @brief Tells if the current alert being displayed - * is a clock (true) or calendar alert (false) + * @var mAlarmAlertType + * @brief Tells if the type of alert being displayed + * is a clock /calendar/to-do alert */ - bool mIsClockAlarm; + int mAlarmAlertType; /** * @var mCanSnooze @@ -130,6 +130,12 @@ bool mIsSilent; /** + * @var mIsTimedAlarm + * @brief Indicates if the alarm has time info or not + */ + bool mIsTimedAlarm; + + /** * @var mObserver * @brief The observer for user responses */