aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Shell.idl
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-07 08:25:56 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-07 08:25:56 +0800
commitc80c14ffd0ace81afa80c82a137494900fcc0f14 (patch)
treee95ceb5354d6f6a96cd0bcd184710e657f1b2990 /shell/Shell.idl
parent8e431aec558b7bdab46ff5c7519dd3776f816338 (diff)
downloadgsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.tar
gsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.tar.gz
gsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.tar.bz2
gsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.tar.lz
gsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.tar.xz
gsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.tar.zst
gsoc2013-evolution-c80c14ffd0ace81afa80c82a137494900fcc0f14.zip
More framework work -miguel
svn path=/trunk/; revision=1539
Diffstat (limited to 'shell/Shell.idl')
-rw-r--r--shell/Shell.idl19
1 files changed, 19 insertions, 0 deletions
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 <bonobo.idl>
+
+module GNOME {
+
+ module Evolution {
+
+ interface Shell : GNOME::Unknown {
+
+ };
+ };
+};