From 6793123da8bf07d588c2b7c403e8d070ef7d3e91 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 16 Oct 2000 14:03:03 +0000 Subject: Remove pilot cruft. All pilot stuff is in the conduits now and uses the 2000-10-16 JP Rosevear * cal-client/cal-client.h: Remove pilot cruft. All pilot stuff is in the conduits now and uses the logging facility. * pcs/cal-backend-file.c: ditto * pcs/cal-backend.h: ditto * pcs/cal-backend.c: ditto * pcs/cal.c: ditto * pcs/cal.h: ditto * idl/evolution-calendar.idl: ditto * cal-util/cal-component.h: ditto * cal-util/cal-component.c: ditto * cal-client/cal-client.c: ditto * conduits/calendar/calendar-conduit.c (local_record_from_comp): Take a stab at storing recurrence stuff on the pilot properly * pcs/cal-backend.c (cal_backend_update_object): Don't log the event until after the update in case its a new item svn path=/trunk/; revision=5940 --- calendar/idl/evolution-calendar.idl | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'calendar/idl/evolution-calendar.idl') diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index 27c7971057..ab80ff8702 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -49,9 +49,6 @@ module Calendar { /* Used to store a time_t */ typedef unsigned long Time_t; - /* Used to store pilot IDs */ - typedef unsigned long PilotID; - /* An instance of a calendar object that actually occurs. These are * "virtual" objects in that they are used to represent instances of * recurring events and alarms. "Real" objects just contain the @@ -127,22 +124,6 @@ module Calendar { raises (NotFound, InvalidRange); - /* something - * - */ - CalObjUID get_uid_by_pilot_id (in PilotID pilotid) - raises (NotFound); - - - /* - * update_pilot_id: - * @uid: Unique identifier for the event we want to update - * @pilot_id: new ID assigned by the pilot - * @pilot_status: Status to flag the event with - */ - void update_pilot_id (in CalObjUID uid, in PilotID pilot_id, in unsigned long pilot_status) - raises (NotFound); - /* Updates an object by adding it if it does not exist or by * changing an existing one. */ -- cgit v1.2.3