aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-05-16 00:19:25 +0800
committernobody <nobody@localhost>2002-05-16 00:19:25 +0800
commit0a5fb170221846bcac6af2d5eb7dd5e47b34d458 (patch)
tree9a14849dd3a40bd1667b88d689e2aa7d58d08bce /wombat/wombat.idl
parent74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff)
downloadgsoc2013-evolution-0a5fb170221846bcac6af2d5eb7dd5e47b34d458.tar.gz
gsoc2013-evolution-0a5fb170221846bcac6af2d5eb7dd5e47b34d458.tar.zst
gsoc2013-evolution-0a5fb170221846bcac6af2d5eb7dd5e47b34d458.zip
This commit was manufactured by cvs2svn to create tag 'BALSA_1_4_0'.BALSA_1_4_0
svn path=/tags/BALSA_1_4_0/; revision=16804
Diffstat (limited to 'wombat/wombat.idl')
-rw-r--r--wombat/wombat.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/wombat/wombat.idl b/wombat/wombat.idl
deleted file mode 100644
index 2c9538bfce..0000000000
--- a/wombat/wombat.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * The Evolution Personal Organization Server.
- *
- * Copyright 2000, Ximian, Inc.
- */
-
-module GNOME {
-module Evolution {
-
- interface WombatClient {
- string getPassword (in string prompt, in string key);
- void forgetPassword (in string key);
- };
-
- interface Config {
-
- };
-};
-};