diff options
Diffstat (limited to 'mail/Evolution-Mail.idl')
-rw-r--r-- | mail/Evolution-Mail.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/Evolution-Mail.idl b/mail/Evolution-Mail.idl index 82097a9c1e..52afa167de 100644 --- a/mail/Evolution-Mail.idl +++ b/mail/Evolution-Mail.idl @@ -1,9 +1,18 @@ + +#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL +#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL + + #include <shell/Evolution-Component.idl> module GNOME { module Evolution { interface MailComponent : Component { // Insert wonderous remote mail operations here. + + void test(); }; }; }; + +#endif |