diff options
author | nobody <nobody@localhost> | 2003-01-09 14:55:40 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-01-09 14:55:40 +0800 |
commit | 43cb442ea3ddac17236b7a267c42dfdc210d2f97 (patch) | |
tree | 1e12040caec266ee2e16460c80583d4af3687d10 /executive-summary/idl/HtmlView.idl | |
parent | 45d0c39700d2d6ee12f45c17778d69f3119ba078 (diff) | |
download | gsoc2013-evolution-guikachu-1_3_4.tar.gz gsoc2013-evolution-guikachu-1_3_4.tar.zst gsoc2013-evolution-guikachu-1_3_4.zip |
This commit was manufactured by cvs2svn to create tagguikachu-1_3_4
'guikachu-1_3_4'.
svn path=/tags/guikachu-1_3_4/; revision=19358
Diffstat (limited to 'executive-summary/idl/HtmlView.idl')
-rw-r--r-- | executive-summary/idl/HtmlView.idl | 25 |
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); - }; -}; -}; -}; - |