diff -r 7ac58b2aae6f -r ce92091cbd61 calendarui/views/dayview/inc/calendayutils.h --- a/calendarui/views/dayview/inc/calendayutils.h Mon Sep 20 12:44:39 2010 +0530 +++ b/calendarui/views/dayview/inc/calendayutils.h Tue Oct 05 13:57:00 2010 +0530 @@ -39,17 +39,11 @@ HbMainWindow* mainWindow(); - /** - * Get event's start/end time fromm agenda entry. - * Start/end time are validated to be within the current day (the case of - * multi-day events) - * @param start [out] valid start time - * @param end [out] valid end time - * @param entry [in] agenda entry asociated with the event. - * @param currentDate [in] current date - */ - void getEventValidStartEndTime( QDateTime& start, QDateTime& end, - const AgendaEntry& entry, QDateTime& currentDate ); + void getEventValidStartEndTime( + QDateTime& start, + QDateTime& end, + const AgendaEntry& entry, + QDateTime& currentDate); protected: CalenDayUtils();