agendainterface/agendautil/src/agendautil_p.cpp
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
child 70 a5ed90760192
--- a/agendainterface/agendautil/src/agendautil_p.cpp	Wed Aug 25 14:02:13 2010 +0530
+++ b/agendainterface/agendautil/src/agendautil_p.cpp	Tue Aug 31 18:15:13 2010 +0530
@@ -203,11 +203,14 @@
 /*!
 	To store the new entry or update the entry in the Calendar db.
 
-	\param entry The entry to be added/updated
-	\param range The recurrence range of entry
+	\param entry The entry to be added/updated.
+	\param range The recurrence range of entry.
+	\param instanceOriginalDateTime The start time of the original instance..
 	\return ulong The local uid of the entry added/updated in the db.
 */
-ulong AgendaUtilPrivate::store(AgendaEntry &entry, AgendaUtil::RecurrenceRange range)
+ulong AgendaUtilPrivate::store(
+		AgendaEntry &entry, AgendaUtil::RecurrenceRange range,
+		QDateTime &instanceOriginalDateTime)
 {
 	// Will be filled with the lUID of the new entry created.
 	TCalLocalUid localUid = 0;
@@ -269,7 +272,7 @@
 					// We are creating an exception, hence get the global Uid
 					HBufC8* guid = parentEntry->UidL().AllocLC();
 					
-					QDateTime instanceOriginalDateTime = entry.startTime();
+					
 					
 					// create new (child) entry
 					// Use original instance time for recurrenceID as this entry hasn't got one.