equal
deleted
inserted
replaced
58 |
58 |
59 /** |
59 /** |
60 * Gets a command handler or NULL. |
60 * Gets a command handler or NULL. |
61 */ |
61 */ |
62 MCalenCommandHandler* GetCommandHandlerL( TInt aCommand ); |
62 MCalenCommandHandler* GetCommandHandlerL( TInt aCommand ); |
|
63 /** |
|
64 * This Function saves the entries |
|
65 * should only calls after edit or create function has called |
|
66 */ |
|
67 void saveAndCloseEditor(); |
63 |
68 |
64 private: // Construction and destruction |
69 private: // Construction and destruction |
65 /** |
70 /** |
66 * C++ constructor, non-leaving |
71 * C++ constructor, non-leaving |
67 * @param aController A reference to the CCalenController |
72 * @param aController A reference to the CCalenController |