From 5adb1dedf6e2fedd68edecc67f8badb28994dce7 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 12 Mar 2000 15:17:01 +0000 Subject: Implementation of the service repository interface as a bonobo object. 2000-03-12 bertrand * shell/evolution-service-repository.c: * shell/evolution-service-repository.h: Implementation of the service repository interface as a bonobo object. * shell/evolution-service-repository.idl: new file. Contains the definition for the service repository interface. * shell/Shell.idl: move the shell related stuff here svn path=/trunk/; revision=2103 --- shell/evolution-service-repository.idl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 shell/evolution-service-repository.idl (limited to 'shell/evolution-service-repository.idl') diff --git a/shell/evolution-service-repository.idl b/shell/evolution-service-repository.idl new file mode 100644 index 0000000000..809ccbdc21 --- /dev/null +++ b/shell/evolution-service-repository.idl @@ -0,0 +1,21 @@ +/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + +/* + * Component Interface + * + * Authors: + * Bertrand Guiheneuf (bg@aful.org) + * + * (C) 2000 Helix Code, Inc. + */ +#include + +module Evolution { + interface ServiceRepository : Bonobo::Unknown { + + void set_shell (in Shell shell); + + + }; +}; + -- cgit v1.2.3