2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution.*.idl: Fix so these are only ever included once. svn path=/trunk/; revision=29447
22 lines
459 B
Plaintext
22 lines
459 B
Plaintext
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
|
/*
|
|
* CORBA interface for the Evolution shell.
|
|
*
|
|
* Authors:
|
|
* Ettore Perazzoli <ettore@ximian.com>
|
|
*
|
|
* Copyright (C) 2000, 2001 Ximian, Inc.
|
|
*/
|
|
|
|
#ifndef _GNOME_EVOLUTION_IDL
|
|
#define _GNOME_EVOLUTION_IDL
|
|
|
|
#include <Bonobo.idl>
|
|
|
|
#include <Evolution-Component.idl>
|
|
#include <Evolution-ConfigControl.idl>
|
|
#include <Evolution-Offline.idl>
|
|
#include <Evolution-Shell.idl>
|
|
|
|
#endif
|