blob: c460b856abcf5690f131d99755c1c47b73cea2d3 (
plain) (
tree)
|
|
/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* CORBA interface for the Evolution shell.
*
* Authors:
* Iain Holmes <iain@ximian.com>
*
* Copyright (C) 2000 Ximian, Inc.
*/
#include <Bonobo.idl>
module GNOME {
module Evolution {
module Summary {
interface ViewFrame: Bonobo::Unknown {
};
};
};
};
|