From 064ddd9638a2d1855935b66d1d5ea5de127c06d6 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 6 Nov 2000 21:40:14 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GNOME_COMMON_1_2_1'. svn path=/tags/GNOME_COMMON_1_2_1/; revision=6442 --- executive-summary/idl/SummaryComponent.idl | 67 ------------------------------ 1 file changed, 67 deletions(-) delete mode 100644 executive-summary/idl/SummaryComponent.idl (limited to 'executive-summary/idl/SummaryComponent.idl') diff --git a/executive-summary/idl/SummaryComponent.idl b/executive-summary/idl/SummaryComponent.idl deleted file mode 100644 index 1c60314fb2..0000000000 --- a/executive-summary/idl/SummaryComponent.idl +++ /dev/null @@ -1,67 +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 - * - * Copyright (C) 2000 Helix Code, Inc. - */ - -/* TODO: Needs Exceptions */ - -#include - -module Evolution { - interface Summary; - - interface SummaryComponent: Bonobo::Unknown { - - /** - * set_owner: - * @summary: A Summary object. - * - * Sets the owner of the component. - */ - void set_owner (in Summary owner); - - /** - * unset_owner: - * - * Unsets the owner of the component. - */ - void unset_owner (); - - /** - * create_view: - * @control: A Bonobo_Control - * @html: HTML of the view. - * @title: Title of the view. - * @icon: Icon to be used for the view. - * - * Creates a summary of the data that the component has. - * Returns: The ID of the view. - */ - long create_view (in long id, - out Bonobo::Control control, - out string html, - out string title, - out string icon); - - /** - * destroy_view: - * @id: ID of the view to be destroyed. - * - * Tells a service that a view has been destroyed. - */ - void destroy_view (in long id); - - /** - * configure: - * - * Instructs the component to open a preferences dialog. - */ - void configure (); - - }; -}; -- cgit v1.2.3