DLL exports
[yazpp-moved-to-github.git] / zoom / Changes
index e8e0549..dfdbabc 100644 (file)
@@ -1,3 +1,5 @@
+$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
 specification generated in "interface.h" in this directory (which I
@@ -5,9 +7,9 @@ expect to become version 1.3a of the official specification.)
 
 --
 
-Add #include <stddef.h> for size_t
+Add #include <stddef.h> for size_t.
 
-Add comment about G++'s rejection of throw(ZOOM:exception) clause
+Add comment about G++'s rejection of throw(ZOOM:exception) clause.
 
 Add destructor declaration to connection class.
 
@@ -33,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.