From 70a2893834e3e7e07c1cdbf11b1dc4b125f1a09b Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 24 Jan 2001 12:16:19 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_8_1'. svn path=/tags/GTKHTML_0_8_1/; revision=7778 --- .../Evolution-Addressbook-SelectNames.idl | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl (limited to 'addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl') diff --git a/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl b/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl deleted file mode 100644 index c38d714cf4..0000000000 --- a/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl +++ /dev/null @@ -1,39 +0,0 @@ -/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * CORBA interface for the SelectNames dialog. - * - * Authors: - * Ettore Perazzoli - * - * Copyright (C) 2000 Helix Code, Inc. - */ - -#include - -module GNOME { -module Evolution { -module Addressbook { - - interface SelectNames : Bonobo::Unknown { - struct Section { - string id; - string title; - }; - - typedef sequence
SectionList; - - exception DuplicateID {}; - exception SectionNotFound {}; - - void addSection (in string id, in string title) - raises (DuplicateID); - - Bonobo::Control getEntryBySection (in string section_id) - raises (SectionNotFound); - - void activateDialog (in string section_id); - }; - -}; -}; -}; -- cgit v1.2.3