aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/idl/evolution-calendar.idl3
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 67264d9e35..11b0782d76 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-17 JP Rosevear <jpr@ximian.com>
+
+ * idl/evolution-calendar.idl: allow some decent exceptions
+
2001-10-17 Rodrigo Moya <rodrigo@ximian.com>
* pcs/query.c (match_component): there may be cases when the backend
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl
index fe3c710cbc..cde16eba15 100644
--- a/calendar/idl/evolution-calendar.idl
+++ b/calendar/idl/evolution-calendar.idl
@@ -168,7 +168,8 @@ module Calendar {
raises (InvalidRange);
/* Returns free/busy objects for the given interval */
- CalObjSeq getFreeBusy (in UserList users, in Time_t start, in Time_t end);
+ CalObjSeq getFreeBusy (in UserList users, in Time_t start, in Time_t end)
+ raises (NotFound, InvalidRange);
/* Gets the alarms for the specified component that trigger in
* the specified time range.
ass='commitgraph'>* Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-1/+1 * - Update MASTER_SITES, unbreakak2015-04-091-6/+3 * Mark BROKEN: Unfetchableantoine2015-03-21