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:
18
shell/Evolution-Shell.idl
Normal file
18
shell/Evolution-Shell.idl
Normal file
@ -0,0 +1,18 @@
|
||||
/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
||||
/*
|
||||
* Interface for the Evolution shell.
|
||||
*
|
||||
* Authors:
|
||||
* Ettore Perazzoli <ettore@helixcode.com>
|
||||
*
|
||||
* Copyright (C) 2000 Helix Code, Inc.
|
||||
*/
|
||||
|
||||
#include <Bonobo.idl>
|
||||
|
||||
module Evolution {
|
||||
interface Shell : Bonobo::Unknown {
|
||||
/* Nothing for now. */
|
||||
void dummy_method ();
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user