aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution.idl')
-rw-r--r--shell/Evolution.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/shell/Evolution.idl b/shell/Evolution.idl
deleted file mode 100644
index 51b083c5d7..0000000000
--- a/shell/Evolution.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * CORBA interface for the Evolution shell
- *
- * Authors:
- * Miguel de Icaza (miguel@kernel.org)
- *
- * (C) 2000 Helix Code, Inc.
- */
-#include <Bonobo.idl>
-
-module Evolution {
- interface Shell : Bonobo::Unknown {
- enum NewType {
- APPOINTMENT,
- MEETING_REQUEST,
- TASK,
- TASK_REQUEST,
- CONTACT,
- MAIL_MESSAGE,
- DISTRIBUTION_LIST,
- JOURNAL_ENTRY,
- NOTE
- };
-
- void new (in NewType type);
- };
-};
-