aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-03-10 23:35:38 +0800
committernobody <nobody@localhost>2002-03-10 23:35:38 +0800
commite06178d6876873dc1dcba02f9307c905408bfcc8 (patch)
tree112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /wombat/wombat.idl
parent0bdf8fdb5529e6cda86403085c1f6870796404d3 (diff)
downloadgsoc2013-evolution-GEDIT_1_115_0.tar.gz
gsoc2013-evolution-GEDIT_1_115_0.tar.zst
gsoc2013-evolution-GEDIT_1_115_0.zip
This commit was manufactured by cvs2svn to create tagGEDIT_1_115_0
'GEDIT_1_115_0'. svn path=/tags/GEDIT_1_115_0/; revision=16028
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 {
-
- };
-};
-};