diff options
author | nobody <nobody@localhost> | 2001-03-02 09:33:29 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-03-02 09:33:29 +0800 |
commit | 4f78df6443f8bcf73164c1dd6c04b9ec6fba0de1 (patch) | |
tree | cda39502324bf50b451e5c7f58e5dee7c7476bad /executive-summary/idl/Summary.idl | |
parent | 50ef074887b43f43dad3edb120d9abf30092c681 (diff) | |
download | gsoc2013-evolution-gnomemm-1_1_16.tar.gz gsoc2013-evolution-gnomemm-1_1_16.tar.zst gsoc2013-evolution-gnomemm-1_1_16.zip |
This commit was manufactured by cvs2svn to create taggnomemm-1_1_16
'gnomemm-1_1_16'.
svn path=/tags/gnomemm-1_1_16/; revision=8505
Diffstat (limited to 'executive-summary/idl/Summary.idl')
-rw-r--r-- | executive-summary/idl/Summary.idl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/executive-summary/idl/Summary.idl b/executive-summary/idl/Summary.idl deleted file mode 100644 index 118a0788d9..0000000000 --- a/executive-summary/idl/Summary.idl +++ /dev/null @@ -1,20 +0,0 @@ -/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * CORBA interface for the Evolution shell. - * - * Authors: - * Iain Holmes <iain@helixcode.com> - * - * Copyright (C) 2000 Helix Code, Inc. - */ - -#include <Bonobo.idl> - -module GNOME { -module Evolution { -module Summary { - interface ViewFrame: Bonobo::Unknown { - }; -}; -}; -}; |