diff options
Diffstat (limited to 'shell/Evolution.idl')
-rw-r--r-- | shell/Evolution.idl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/shell/Evolution.idl b/shell/Evolution.idl index c9026e2083..80a45eedc1 100644 --- a/shell/Evolution.idl +++ b/shell/Evolution.idl @@ -1,14 +1,15 @@ /* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ - /* - * CORBA interface for the Evolution shell + * CORBA interface for the Evolution shell. * * Authors: - * Miguel de Icaza (miguel@kernel.org) + * Ettore Perazzoli <ettore@helixcode.com> * - * (C) 2000 Helix Code, Inc. + * Copyright (C) 2000 Helix Code, Inc. */ + #include <Bonobo.idl> -#include <Shell.idl> -#include <evolution-service-repository.idl> +#include <Evolution-Storage.idl> +#include <Evolution-Shell.idl> +#include <Evolution-ShellComponent.idl> |