From f669ff481f57cf5b609ea2e8fe30cfb8dece8587 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 12 Mar 2000 05:09:43 +0000 Subject: add a field refering to a service associated to the efolder. In the case 2000-03-12 bertrand * shell/e-folder.h: add a field refering to a service associated to the efolder. In the case of distant folders, it is generally a server. * shell/e-service.c: New class. Models a service. A service is an object with an URI and a root folder. It genreally reporesents a distant folder. A service is generally a ressource shared amongst several folders. * shell/e-service.h: 2000-03-10 bertrand * camel-service.h: cosmetic changes. svn path=/trunk/; revision=2100 --- shell/Shell.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'shell/Shell.idl') diff --git a/shell/Shell.idl b/shell/Shell.idl index 0d615b6b3b..d776713b51 100644 --- a/shell/Shell.idl +++ b/shell/Shell.idl @@ -13,7 +13,11 @@ module GNOME { module Evolution { interface Shell : GNOME::Unknown { - + /* + * add a service to the shell. + * + */ + void AddService (string service); }; }; }; -- cgit v1.2.3