organizer_plat/agenda_interface_api/inc/agendaentry.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
--- a/organizer_plat/agenda_interface_api/inc/agendaentry.h	Mon May 03 12:30:32 2010 +0300
+++ b/organizer_plat/agenda_interface_api/inc/agendaentry.h	Mon Jun 28 15:22:02 2010 +0530
@@ -238,7 +238,7 @@
 	void setUntil(const QDateTime& date);
 	QDateTime until() const;
 
-	void setRepeatRuleStart(const QDateTime& date);
+	void setRepeatRuleStart(const QDateTime& dateTime);
 	QDateTime repeatRuleStart() const;
 
 	void setWeekStart(Day day);
@@ -380,6 +380,7 @@
 	
 	void setGeoValue(const AgendaGeoValue& geoValue);
 	AgendaGeoValue geoValue() const;
+	void clearGeoValue() const;
 	
 	int durationInSecs() const;
 	AgendaEntry& operator=(const AgendaEntry& other);