aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/SummaryComponent.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-03-02 09:33:29 +0800
committernobody <nobody@localhost>2001-03-02 09:33:29 +0800
commit73a203f2416f844e550e6d177a9037a63a264052 (patch)
treecda39502324bf50b451e5c7f58e5dee7c7476bad /executive-summary/idl/SummaryComponent.idl
parent50ef074887b43f43dad3edb120d9abf30092c681 (diff)
downloadgsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.tar
gsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.tar.gz
gsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.tar.bz2
gsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.tar.lz
gsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.tar.xz
gsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.tar.zst
gsoc2013-evolution-73a203f2416f844e550e6d177a9037a63a264052.zip
This commit was manufactured by cvs2svn to create tagBEFORE_WIDGETS
'BEFORE_WIDGETS'. svn path=/tags/BEFORE_WIDGETS/; revision=8471
Diffstat (limited to 'executive-summary/idl/SummaryComponent.idl')
-rw-r--r--executive-summary/idl/SummaryComponent.idl36
1 files changed, 0 insertions, 36 deletions
diff --git a/executive-summary/idl/SummaryComponent.idl b/executive-summary/idl/SummaryComponent.idl
deleted file mode 100644
index fefc8e518d..0000000000
--- a/executive-summary/idl/SummaryComponent.idl
+++ /dev/null
@@ -1,36 +0,0 @@
-/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * CORBA interface for the Evolution Executive Summary Components.
- *
- * Authors:
- * Iain Holmes <iain@helixcode.com>
- *
- * Copyright (C) 2000 Helix Code, Inc.
- */
-
-/* TODO: Needs Exceptions */
-
-#include <Bonobo.idl>
-#include <oaf-factory.idl>
-
-module GNOME {
-module Evolution {
-module Summary {
- interface ViewFrame;
-
- interface Component: Bonobo::Unknown {
- };
-
- interface ComponentFactory: Bonobo::Unknown {
- /**
- * createView:
- *
- * Creates a new Component object.
- *
- * Returns: A Component object.
- **/
- Component createView ();
- };
-};
-};
-};