-rw-r--r-- | libkcal/resourcecalendar.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libkcal/resourcecalendar.h b/libkcal/resourcecalendar.h new file mode 100644 index 0000000..26b3831 --- a/dev/null +++ b/libkcal/resourcecalendar.h | |||
@@ -0,0 +1,16 @@ | |||
1 | #ifndef MICRO_KCAL_RESOURCECALENDAR_H | ||
2 | #define MICRO_KCAL_RESOURCECALENDAR_H | ||
3 | |||
4 | namespace KCal { | ||
5 | |||
6 | class ResourceCalendar | ||
7 | { | ||
8 | }; | ||
9 | |||
10 | class CalendarResourceManager | ||
11 | { | ||
12 | }; | ||
13 | |||
14 | } | ||
15 | |||
16 | #endif | ||