diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-24 08:53:01 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-24 08:53:01 +0800 |
commit | 52c045e12365b33145cfadac8555ac19b65ed10d (patch) | |
tree | f3fb723ab6821f6b48b3bb57fc6e65c810545ec1 | |
parent | 3a8e66e4f2d24c02c6e3029c04dcb078bd324605 (diff) | |
download | gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.tar gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.tar.gz gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.tar.bz2 gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.tar.lz gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.tar.xz gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.tar.zst gsoc2013-evolution-52c045e12365b33145cfadac8555ac19b65ed10d.zip |
Removed the busy exception
svn path=/trunk/; revision=7768
-rw-r--r-- | shell/importer/GNOME_Evolution_Importer.idl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/importer/GNOME_Evolution_Importer.idl b/shell/importer/GNOME_Evolution_Importer.idl index b93c759c45..d17c3a830a 100644 --- a/shell/importer/GNOME_Evolution_Importer.idl +++ b/shell/importer/GNOME_Evolution_Importer.idl @@ -38,12 +38,6 @@ module Evolution { interface Importer : Bonobo::Unknown { /** - * Busy: Raised if the Importer object is in the middle of - * processing an item; - */ - exception Busy {}; - - /** * processItem: * @listener: The ImporterListener that will be notified of the * progress. @@ -52,7 +46,6 @@ module Evolution { * */ oneway void processItem (in ImporterListener listener) - raises (Busy); /** * getError: |