Remove definition of CalObjUID and include that from

2005-01-31  Hans Petter Jansson  <hpj@novell.com>

	* idl/evolution-calendar.idl: Remove definition of CalObjUID and
	include that from Evolution-DataServer-Calendar.idl instead. This
	prevents the typecode from being defined twice.

svn path=/trunk/; revision=28642
This commit is contained in:
Hans Petter Jansson
2005-01-31 22:04:34 +00:00
committed by Hans Petter
parent ce84036268
commit 8564ecae48
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* idl/evolution-calendar.idl: Remove definition of CalObjUID and
include that from Evolution-DataServer-Calendar.idl instead. This
prevents the typecode from being defined twice.
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* gui/e-cal-config.c (_ECalConfigPrivate): Use guint instead of ulong

View File

@ -12,14 +12,12 @@
#define _EVOLUTION_CALENDAR_IDL_
#include <Bonobo.idl>
#include <Evolution-DataServer-Calendar.idl>
module GNOME {
module Evolution {
module Calendar {
/* A unique identifier for a calendar component */
typedef string CalObjUID;
/* Factory to centralize calendar component editor dialogs */
interface CompEditorFactory : Bonobo::Unknown {
exception InvalidURI {};