diff options
Diffstat (limited to 'libkcal/calendarnull.h')
-rw-r--r-- | libkcal/calendarnull.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/calendarnull.h b/libkcal/calendarnull.h index d6c758442..8ea0afa91 100644 --- a/libkcal/calendarnull.h +++ b/libkcal/calendarnull.h @@ -72,6 +72,21 @@ class LIBKCAL_EXPORT CalendarNull : public Calendar void close() {} /** + Clears out the current Calendar, freeing all used memory etc. + */ + void closeEvents() {} + + /** + Clears out the current Calendar, freeing all used memory etc. + */ + void closeTodos() {} + + /** + Clears out the current Calendar, freeing all used memory etc. + */ + void closeJournals() {} + + /** Sync changes in memory to persistant storage. */ void save() {} |