aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/Summary.idl
blob: 118a0788d94826a19f86a388cb1a350574f144ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * CORBA interface for the Evolution shell.
 *
 * Authors:
 *   Iain Holmes  <iain@helixcode.com> 
 *
 * Copyright (C) 2000 Helix Code, Inc.
 */

#include <Bonobo.idl>

module GNOME {
module Evolution {
module Summary {
    interface ViewFrame: Bonobo::Unknown {
    };
};
};
};