aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/Evolution-Wombat.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-12-28 12:49:29 +0800
committernobody <nobody@localhost>2002-12-28 12:49:29 +0800
commitb1face8c6b53c58513ce940393ab0f01c0f4ec17 (patch)
tree1e12040caec266ee2e16460c80583d4af3687d10 /wombat/Evolution-Wombat.idl
parent79d8fd91171f81a97c319616dcca32002269af55 (diff)
downloadgsoc2013-evolution-GNOME_VFS_2_1_6.tar.gz
gsoc2013-evolution-GNOME_VFS_2_1_6.tar.zst
gsoc2013-evolution-GNOME_VFS_2_1_6.zip
This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_1_6
'GNOME_VFS_2_1_6'. svn path=/tags/GNOME_VFS_2_1_6/; revision=19192
Diffstat (limited to 'wombat/Evolution-Wombat.idl')
-rw-r--r--wombat/Evolution-Wombat.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl
deleted file mode 100644
index 2c9538bfce..0000000000
--- a/wombat/Evolution-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 {
-
- };
-};
-};