blob: 496fdd8a2749cefbc17e8ab8b2bb5fab24775140 (
plain) (
tree)
|
|
/* -*- 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 ();
};
};
|