From 9f31ce86ff0ac0c7997e977647339ffb2db0fd63 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 26 Jan 2000 00:04:16 +0000 Subject: Make Evolution compile with the latest Bonobo changes. Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636 --- calendar/evolution-calendar.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/evolution-calendar.idl') diff --git a/calendar/evolution-calendar.idl b/calendar/evolution-calendar.idl index 5c39956170..4fc6edd9b2 100644 --- a/calendar/evolution-calendar.idl +++ b/calendar/evolution-calendar.idl @@ -10,7 +10,7 @@ #ifndef _GNOME_CALENDAR_IDL_ #define _GNOME_CALENDAR_IDL_ -#include +#include module GNOME { @@ -26,13 +26,13 @@ module Calendar { interface Listener; /* Calendar client interface */ - interface Cal : Unknown { + interface Cal : Bonobo::Unknown { /* A calendar is identified by its URI */ readonly attribute string uri; }; /* Listener for changes in a calendar */ - interface Listener : Unknown { + interface Listener : Bonobo::Unknown { /* Return status when loading a calendar; we need better error reporting */ enum LoadStatus { SUCESSS, @@ -55,7 +55,7 @@ module Calendar { }; /* A calendar factory, can load and create calendars */ - interface CalFactory : Unknown { + interface CalFactory : Bonobo::Unknown { exception NilListener {}; /* Load a calendar from an URI */ -- cgit v1.2.3