Fresco/Fresco-IDL/share/idl/Fresco ImageKit.idl,1.7,1.8
Neil John Pilgrim <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco
In directory purcel:/tmp/cvs-serv31030/Fresco-IDL/share/idl/Fresco
Modified Files:
ImageKit.idl
Log Message:
Better error handling if rasters are not located, or are invalid.
Closes bug178.
Index: ImageKit.idl
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-IDL/share/idl/Fresco/ImageKit.idl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ImageKit.idl 8 Feb 2003 06:46:11 -0000 1.7
+++ ImageKit.idl 9 Feb 2003 19:03:54 -0000 1.8
@@ -49,7 +49,7 @@
// FIXME: This should throw an exception if the file is not found.
// The current behaviour is not useful for real-world
// applications.
- Raster create_raster(in string file);
+ Raster create_raster(in string file) raises (CreationFailureException);
};
};