summaryrefslogtreecommitdiffstats
path: root/libkcal/calendarnull.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/calendarnull.h')
-rw-r--r--libkcal/calendarnull.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/calendarnull.h b/libkcal/calendarnull.h
index d6c75844..8ea0afa9 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() {}