aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/Evolution-Wombat.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-06-29 00:20:00 +0800
committernobody <nobody@localhost>2003-06-29 00:20:00 +0800
commit3cee56714e4da2aa6ecc3d583d9e51b36b2e18fb (patch)
treee521429188462e4446c632b5bd4b6f333e589995 /wombat/Evolution-Wombat.idl
parent5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff)
downloadgsoc2013-evolution-GNOME_VFS_2_4_0.tar.gz
gsoc2013-evolution-GNOME_VFS_2_4_0.tar.zst
gsoc2013-evolution-GNOME_VFS_2_4_0.zip
This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_4_0
'GNOME_VFS_2_4_0'. svn path=/tags/GNOME_VFS_2_4_0/; revision=21650
Diffstat (limited to 'wombat/Evolution-Wombat.idl')
-rw-r--r--wombat/Evolution-Wombat.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl
deleted file mode 100644
index ec951c5f1e..0000000000
--- a/wombat/Evolution-Wombat.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Wombat interfaces.
- *
- * Copyright (C) 2000, 2001, 2002, Ximian, Inc.
- */
-
-#include <Bonobo.idl>
-
-module GNOME {
-module Evolution {
-
- interface WombatClient {
- string getPassword (in string prompt, in string key);
- void forgetPassword (in string key);
- };
-
- interface Config {
- };
-
- interface WombatInterfaceCheck : Bonobo::Unknown {
- readonly attribute string interfaceVersion;
- };
-};
-};