X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2FChanges;h=dfdbabcad0656ae343ff4f4b047f7aaf2d18d7e4;hb=6f5ccb50083cdd9e1fd3dd136f22751f24c5839e;hp=28f73720d876e77516962dd35627d6bbd66042c6;hpb=d7e5124c5980b34728b0c362f31a45fdc397f8a4;p=yazpp-moved-to-github.git diff --git a/zoom/Changes b/zoom/Changes index 28f7372..dfdbabc 100644 --- a/zoom/Changes +++ b/zoom/Changes @@ -1,4 +1,4 @@ -$Header: /home/cvsroot/yaz++/zoom/Attic/Changes,v 1.3 2002-08-08 16:21:06 mike Exp $ +$Header: /home/cvsroot/yaz++/zoom/Attic/Changes,v 1.4 2002-10-08 23:54:55 mike Exp $ Changes between the current version of the C++ binding specification (http://zoom.z3950.org/bind/cplusplus/zoom-1.0g.hh) and the @@ -35,7 +35,7 @@ with the was v1.3 of the AAPI is going. Add some substance to the exception base class: it can now be created (with an error-code specified), and the error-code may be both fetched and rendered as a human-readable string. This is necessary so that -it's possible to meaningfully catch(exception e). +it's possible to meaningfully catch(exception& e). Add the missing char *errmsg() method to the systemException and bib1Exception classes.