calendarui/views/dayview/inc/calendayutils.h
changeset 81 ce92091cbd61
parent 70 a5ed90760192
child 83 5aadd1120515
--- 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();