From 9c9771feb516b4daa49820e0b3c4bfb1782c654d Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 12 Jul 2002 14:31:32 +0000 Subject: libwombat: 2002-07-09 Peter Williams * Makefile.am: Reference the renamed Evolution-Wombat.idl instead of wombat.idl. wombat: 2002-07-08 Peter Williams * 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 --- wombat/wombat.idl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 wombat/wombat.idl (limited to 'wombat/wombat.idl') 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 { - - }; -}; -}; -- cgit