Files
evolution/mail/Evolution-Mail.idl
Parthasarathi Susarla 8e22e8ab1b *** empty log message ***
svn path=/trunk/; revision=30933
2005-12-22 11:06:20 +00:00

20 lines
326 B
Plaintext

#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL
#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL
#include <shell/Evolution-Shell.idl>
#include <shell/Evolution-Component.idl>
module GNOME {
module Evolution {
interface MailComponent : Component {
// Insert wonderous remote mail operations here.
void test();
};
};
};
#endif