aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/Summary.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-01-09 14:55:40 +0800
committernobody <nobody@localhost>2003-01-09 14:55:40 +0800
commit27925442171f9c55b7b0678e8a9373e840bdc59d (patch)
tree1e12040caec266ee2e16460c80583d4af3687d10 /executive-summary/idl/Summary.idl
parent45d0c39700d2d6ee12f45c17778d69f3119ba078 (diff)
downloadgsoc2013-evolution-GNOME_VFS_2_2_3.tar.gz
gsoc2013-evolution-GNOME_VFS_2_2_3.tar.zst
gsoc2013-evolution-GNOME_VFS_2_2_3.zip
This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_2_3
'GNOME_VFS_2_2_3'. svn path=/tags/GNOME_VFS_2_2_3/; revision=19344
Diffstat (limited to 'executive-summary/idl/Summary.idl')
-rw-r--r--executive-summary/idl/Summary.idl20
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 c460b856ab..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@ximian.com>
- *
- * Copyright (C) 2000 Ximian, Inc.
- */
-
-#include <Bonobo.idl>
-
-module GNOME {
-module Evolution {
-module Summary {
- interface ViewFrame: Bonobo::Unknown {
- };
-};
-};
-};