calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp
changeset 63 a3cb48f6c889
parent 55 2c54b51f39c4
--- a/calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp	Mon Aug 09 18:30:52 2010 +0530
+++ b/calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp	Wed Aug 25 14:02:13 2010 +0530
@@ -275,4 +275,25 @@
     mAction = AgendaEventViewer::ActionNothing;
 	OstTraceFunctionExit0( AGENDAEVENTVIEWERPRIVATE_VIEWCREATIONCOMPLETED_EXIT );
 	}
+
+// ----------------------------------------------------------------------------
+// AgendaEventViewerPrivate::saveAndCloseEditor
+// save the entry and close the editor
+// ----------------------------------------------------------------------------
+//
+void AgendaEventViewerPrivate::saveAndCloseEditor()
+{
+    mAgendaEventView->saveAndCloseEditor();
+}
+
+
+// ----------------------------------------------------------------------------
+// AgendaEventViewerPrivate::closeAgendaEventView
+// close the agenda event view 
+// ----------------------------------------------------------------------------
+//
+void AgendaEventViewerPrivate::closeAgendaEventView()
+{
+    mAgendaEventView->closeAgendaEventView(); 
+}
 // End of file