author | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-26 19:01:18 (UTC) |
commit | b9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff) | |
tree | 2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /libkcal/resourcecalendar.h | |
download | kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2 |
Initial revision
-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 | ||