diff -r bb2d3e476f29 -r a3cb48f6c889 calendarui/agendaeventviewer/src/agendaeventviewer.cpp --- a/calendarui/agendaeventviewer/src/agendaeventviewer.cpp Mon Aug 09 18:30:52 2010 +0530 +++ b/calendarui/agendaeventviewer/src/agendaeventviewer.cpp Wed Aug 25 14:02:13 2010 +0530 @@ -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