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/e-shell.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index cd4be67bc6..e78a30e876 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1,3 +1,5 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + /* * E-shell.c: Shell object for Evolution * @@ -123,6 +125,17 @@ EShell_cmd_new (PortableServer_Servant servant, } } +static void +EShell_register_service (PortableServer_Servant servant, + const Evolution_Shell_ServiceType type, + const CORBA_char *uri, + CORBA_Environment *ev) +{ + printf ("toto\n"); + +} + + static POA_Evolution_Shell__epv * e_shell_get_epv (void) { @@ -131,6 +144,7 @@ e_shell_get_epv (void) epv = g_new0 (POA_Evolution_Shell__epv, 1); epv->new = EShell_cmd_new; + epv->register_service = EShell_register_service; return epv; } -- cgit v1.2.3