diff -r ef813d54df51 -r a5a1242fd2e8 calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp --- a/calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp Wed Aug 18 09:47:38 2010 +0300 +++ b/calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp Thu Sep 02 20:25:23 2010 +0300 @@ -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