calendarui/agendaeventviewer/src/agendaeventviewer.cpp
changeset 63 a3cb48f6c889
parent 55 2c54b51f39c4
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
   145 	OstTraceFunctionEntry0( DUP2_AGENDAEVENTVIEWER_VIEW_ENTRY );
   145 	OstTraceFunctionEntry0( DUP2_AGENDAEVENTVIEWER_VIEW_ENTRY );
   146 	d_ptr->view(entry, action);
   146 	d_ptr->view(entry, action);
   147 	OstTraceFunctionExit0( DUP2_AGENDAEVENTVIEWER_VIEW_EXIT );
   147 	OstTraceFunctionExit0( DUP2_AGENDAEVENTVIEWER_VIEW_EXIT );
   148 }
   148 }
   149 
   149 
       
   150 /*! 
       
   151     save the entry and close the editor
       
   152 */
       
   153 void AgendaEventViewer::saveAndCloseEditor()
       
   154 {
       
   155     d_ptr->saveAndCloseEditor();
       
   156 }
       
   157 
       
   158 
       
   159 /*! 
       
   160     close the aganda event view
       
   161 */
       
   162 void AgendaEventViewer::closeAgendaEventView()
       
   163 {
       
   164     d_ptr->closeAgendaEventView();   
       
   165 }
       
   166 
       
   167 
   150 // End of file
   168 // End of file