From d00e525efc8be034cd2009100258680a62a87202 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 23 May 2000 10:15:30 +0000 Subject: Get rid of the old `evolution-service-repository' cruft and start implementing new CORBA storage interfaces for the shell. svn path=/trunk/; revision=3178 --- shell/Evolution-ShellComponent.idl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 shell/Evolution-ShellComponent.idl (limited to 'shell/Evolution-ShellComponent.idl') diff --git a/shell/Evolution-ShellComponent.idl b/shell/Evolution-ShellComponent.idl new file mode 100644 index 0000000000..9a4624010e --- /dev/null +++ b/shell/Evolution-ShellComponent.idl @@ -0,0 +1,17 @@ +/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Interface for the Evolution components. + * + * Authors: + * Ettore Perazzoli + * + * Copyright (C) 2000 Helix Code, Inc. + */ + +#include + +module Evolution { + interface ShellComponent : Bonobo::Unknown { + void set_shell (in Shell shell); + }; +}; -- cgit v1.2.3