Files
evolution/wombat/Evolution-Wombat.idl
Rodrigo Moya 23a2899b75 removed WombatClient interface.
2003-06-26  Rodrigo Moya <rodrigo@ximian.com>

	* Evolution-Wombat.idl: removed WombatClient interface.

	* Makefile.am: don't link libwombat in.

svn path=/trunk/; revision=21694
2003-06-30 14:37:05 +00:00

20 lines
272 B
Plaintext

/*
* Wombat interfaces.
*
* Copyright (C) 2000, 2001, 2002, Ximian, Inc.
*/
#include <Bonobo.idl>
module GNOME {
module Evolution {
interface Config {
};
interface WombatInterfaceCheck : Bonobo::Unknown {
readonly attribute string interfaceVersion;
};
};
};