diff options
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r-- | shell/Evolution-Component.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index 7a915c6bfb..c9c5afaf11 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -59,6 +59,11 @@ module Evolution { @item_type_name. */ void requestCreateItem (in string item_type_name) raises (UnknownType); + + + /*** Send/receive. ***/ + + void sendAndReceive (); }; }; |