From c80c14ffd0ace81afa80c82a137494900fcc0f14 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 7 Jan 2000 00:25:56 +0000 Subject: More framework work -miguel svn path=/trunk/; revision=1539 --- shell/Shell.idl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 shell/Shell.idl (limited to 'shell/Shell.idl') diff --git a/shell/Shell.idl b/shell/Shell.idl new file mode 100644 index 0000000000..0d615b6b3b --- /dev/null +++ b/shell/Shell.idl @@ -0,0 +1,19 @@ +/* + * CORBA interface for the Evolution shell + * + * Authors: + * Miguel de Icaza (miguel@kernel.org) + * + * (C) 2000 Helix Code, Inc. + */ +#include + +module GNOME { + + module Evolution { + + interface Shell : GNOME::Unknown { + + }; + }; +}; -- cgit v1.2.3