aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/HtmlView.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-02-11 05:10:16 +0800
committernobody <nobody@localhost>2002-02-11 05:10:16 +0800
commita76b239b5b506db4231e7691a8766a6149dbaa83 (patch)
tree2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /executive-summary/idl/HtmlView.idl
parentcfc4826ef837954667ec18d9df72786e73ff1e25 (diff)
downloadgsoc2013-evolution-BALSA_2_0_2.tar.gz
gsoc2013-evolution-BALSA_2_0_2.tar.zst
gsoc2013-evolution-BALSA_2_0_2.zip
This commit was manufactured by cvs2svn to create tag 'BALSA_2_0_2'.BALSA_2_0_2
svn path=/tags/BALSA_2_0_2/; revision=15644
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);
- };
-};
-};
-};
-