diff options
author | nobody <nobody@localhost> | 2001-04-16 17:30:54 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-04-16 17:30:54 +0800 |
commit | 6e405ff38c1cc0715c5e14989c946a5f4f1249f7 (patch) | |
tree | aaa46c1cf6c9a87e8f291ef7673bd9463803e8c9 /executive-summary/idl/Summary.idl | |
parent | 75a16468d369f58587f27ab4655fbe1c1091fc95 (diff) | |
download | gsoc2013-evolution-radioactive-1_2_1.tar gsoc2013-evolution-radioactive-1_2_1.tar.gz gsoc2013-evolution-radioactive-1_2_1.tar.bz2 gsoc2013-evolution-radioactive-1_2_1.tar.lz gsoc2013-evolution-radioactive-1_2_1.tar.xz gsoc2013-evolution-radioactive-1_2_1.tar.zst gsoc2013-evolution-radioactive-1_2_1.zip |
This commit was manufactured by cvs2svn to create tagradioactive-1_2_1
'radioactive-1_2_1'.
svn path=/tags/radioactive-1_2_1/; revision=9372
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 { - }; -}; -}; -}; |