/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * CORBA interface for the Evolution shell. * * Authors: * Iain Holmes * * Copyright (C) 2000 Helix Code, Inc. */ #include module GNOME { module Evolution { module Summary { interface ViewFrame: Bonobo::Unknown { }; }; }; };