aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/HtmlView.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commit3c9ec9e74ef3128e84c0076eb1761205b0e84532 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /executive-summary/idl/HtmlView.idl
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-GNOME_CORE_1_4_0_6.tar
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.gz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.bz2
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.lz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.xz
gsoc2013-evolution-GNOME_CORE_1_4_0_6.tar.zst
gsoc2013-evolution-GNOME_CORE_1_4_0_6.zip
This commit was manufactured by cvs2svn to create tagGNOME_CORE_1_4_0_6
'GNOME_CORE_1_4_0_6'. svn path=/tags/GNOME_CORE_1_4_0_6/; revision=11668
Diffstat (limited to 'executive-summary/idl/HtmlView.idl')
-rw-r--r--executive-summary/idl/HtmlView.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/executive-summary/idl/HtmlView.idl b/executive-summary/idl/HtmlView.idl
deleted file mode 100644
index 627873563f..0000000000
--- a/executive-summary/idl/HtmlView.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * CORBA interface for an HTML view.
- *
- * Authors:
- * Iain Holmes <iain@ximian.com>
- *
- * Copyright (C) 2000 Ximian, Inc.
- */
-
-#include <Bonobo.idl>
-
-module GNOME {
-module Evolution {
-module Summary {
-
- interface HTMLView : Bonobo::Unknown {
- string getHtml ();
-
- void handleURI (in string uri);
- };
-};
-};
-};
-