From 59bd12b76388b33ccde74bc151fabda14a763924 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 17 Jan 2001 18:28:39 +0000 Subject: Removed the factory and updated the interfaces and objects svn path=/trunk/; revision=7590 --- shell/importer/GNOME_Evolution_Importer.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shell/importer/GNOME_Evolution_Importer.idl') diff --git a/shell/importer/GNOME_Evolution_Importer.idl b/shell/importer/GNOME_Evolution_Importer.idl index 791891f81e..df6c7a22bf 100644 --- a/shell/importer/GNOME_Evolution_Importer.idl +++ b/shell/importer/GNOME_Evolution_Importer.idl @@ -61,9 +61,7 @@ module Evolution { * Returns: A string. */ string getError (); - }; - interface ImporterFactory : Bonobo::Unknown { /** * supportFormat: * @filename: The filename of the file. @@ -85,7 +83,7 @@ module Evolution { * * Returns: An Importer object. */ - Importer loadFile (in string filename); + boolean loadFile (in string filename); }; }; }; -- cgit v1.2.3