diff options
Diffstat (limited to 'shell/Evolution-Storage.idl')
-rw-r--r-- | shell/Evolution-Storage.idl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/Evolution-Storage.idl b/shell/Evolution-Storage.idl index 68758ff009..82e93f4d6f 100644 --- a/shell/Evolution-Storage.idl +++ b/shell/Evolution-Storage.idl @@ -99,12 +99,8 @@ module Evolution { string name; }; - /* FIXME: The toplevel attributes should probably be attributes - of the storage instead of being passed here. */ StorageListener addStorage (in Storage storage, - in string name, - in string toplevel_node_uri, - in string toplevel_node_type) + in string name) raises (Exists); Storage getStorageByName (in string name) |