diff options
Diffstat (limited to 'wombat/Evolution-Wombat.idl')
-rw-r--r-- | wombat/Evolution-Wombat.idl | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl deleted file mode 100644 index ec951c5f1e..0000000000 --- a/wombat/Evolution-Wombat.idl +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Wombat interfaces. - * - * Copyright (C) 2000, 2001, 2002, Ximian, Inc. - */ - -#include <Bonobo.idl> - -module GNOME { -module Evolution { - - interface WombatClient { - string getPassword (in string prompt, in string key); - void forgetPassword (in string key); - }; - - interface Config { - }; - - interface WombatInterfaceCheck : Bonobo::Unknown { - readonly attribute string interfaceVersion; - }; -}; -}; |