aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.idl
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-12 22:31:32 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-12 22:31:32 +0800
commit9c9771feb516b4daa49820e0b3c4bfb1782c654d (patch)
tree8a5bdd36e1d0651fc05ea422d1227fbce6b283b7 /wombat/wombat.idl
parent852da3646e0a781a67365ebbe06123eb58ed17c1 (diff)
downloadgsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.gz
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.bz2
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.lz
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.xz
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.tar.zst
gsoc2013-evolution-9c9771feb516b4daa49820e0b3c4bfb1782c654d.zip
libwombat:
2002-07-09 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the renamed Evolution-Wombat.idl instead of wombat.idl. wombat: 2002-07-08 Peter Williams <peterw@ximian.com> * wombat.idl: Renamed to Evolution-Wombat.idl, since we're installing it now and should play nice namespacily. * Makefile.am: Rename wombat.idl and install it. svn path=/trunk/; revision=17437
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 {
-
- };
-};
-};