--- a/calendarui/caleneditor/src/caleneditor.cpp Mon Jul 12 02:32:28 2010 +0530
+++ b/calendarui/caleneditor/src/caleneditor.cpp Mon Jul 26 13:54:38 2010 +0530
@@ -148,5 +148,13 @@
d_ptr->create(type, entry, launchCalendar);
OstTraceFunctionExit0( DUP2_CALENEDITOR_CREATE_EXIT );
}
+/*!
+ Save the entry from editor
+ should be called only if edit or create function of editor has called.
+ */
+void CalenEditor::saveAndCloseEditor()
+{
+ d_ptr->forcedSaveEntry();
+}
// End of file --Don't remove this.