diff -r ef813d54df51 -r a5a1242fd2e8 calendarui/agendaeventviewer/src/agendaeventviewer.cpp --- a/calendarui/agendaeventviewer/src/agendaeventviewer.cpp Wed Aug 18 09:47:38 2010 +0300 +++ b/calendarui/agendaeventviewer/src/agendaeventviewer.cpp Thu Sep 02 20:25:23 2010 +0300 @@ -147,4 +147,22 @@ OstTraceFunctionExit0( DUP2_AGENDAEVENTVIEWER_VIEW_EXIT ); } +/*! + save the entry and close the editor +*/ +void AgendaEventViewer::saveAndCloseEditor() +{ + d_ptr->saveAndCloseEditor(); +} + + +/*! + close the aganda event view +*/ +void AgendaEventViewer::closeAgendaEventView() +{ + d_ptr->closeAgendaEventView(); +} + + // End of file