Get rid of the old `evolution-service-repository' cruft and start

implementing new CORBA storage interfaces for the shell.

svn path=/trunk/; revision=3178
This commit is contained in:
Ettore Perazzoli
2000-05-23 10:15:30 +00:00
parent 84844abe32
commit d00e525efc
25 changed files with 1046 additions and 487 deletions

View File

@ -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 <ettore@helixcode.com>
*
* Copyright (C) 2000 Helix Code, Inc.
*/
#include <Bonobo.h>
module Evolution {
interface ShellComponent : Bonobo::Unknown {
void set_shell (in Shell shell);
};
};