calendarui/controller/src/calenactionui.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 89 b57382753122
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
   156     
   156     
   157     OstTraceFunctionExit0( CCALENACTIONUI_HANDLECOMMANDL_EXIT );
   157     OstTraceFunctionExit0( CCALENACTIONUI_HANDLECOMMANDL_EXIT );
   158     return continueCommand; 
   158     return continueCommand; 
   159     }
   159     }
   160 
   160 
       
   161 // ----------------------------------------------------------------------------
       
   162 // CCalenActionUi::saveEntry
       
   163 // save the entry from editor
       
   164 // ----------------------------------------------------------------------------
       
   165 //
       
   166 void CCalenActionUi::saveAndCloseEditor()
       
   167     {
       
   168     iEditUi->saveAndCloseEditor();
       
   169     }
   161 // End of file
   170 // End of file