aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-service-repository.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-service-repository.idl')
-rw-r--r--shell/evolution-service-repository.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/evolution-service-repository.idl b/shell/evolution-service-repository.idl
new file mode 100644
index 0000000000..809ccbdc21
--- /dev/null
+++ b/shell/evolution-service-repository.idl
@@ -0,0 +1,21 @@
+/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+
+/*
+ * Component Interface
+ *
+ * Authors:
+ * Bertrand Guiheneuf (bg@aful.org)
+ *
+ * (C) 2000 Helix Code, Inc.
+ */
+#include <Bonobo.idl>
+
+module Evolution {
+ interface ServiceRepository : Bonobo::Unknown {
+
+ void set_shell (in Shell shell);
+
+
+ };
+};
+