From: Mike Taylor Date: Fri, 9 Aug 2002 10:45:30 +0000 (+0000) Subject: Remove throw()-specification comment from master header. X-Git-Tag: YAZPP.0.3~7 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=f8e0abc7bbc095fd88e19c76ed142fa8f5f10d73;hp=4391c9699f5a37b73d63ba157157e9221aec566c Remove throw()-specification comment from master header. --- diff --git a/zoom/master-header b/zoom/master-header index a66b089..4e331f9 100644 --- a/zoom/master-header +++ b/zoom/master-header @@ -1,4 +1,4 @@ -// $Header: /home/cvsroot/yaz++/zoom/master-header,v 1.2 2002-08-08 16:06:08 mike Exp $ +// $Header: /home/cvsroot/yaz++/zoom/master-header,v 1.3 2002-08-09 10:45:30 mike Exp $ // // ZOOM C++ Binding. // The ZOOM homepage is at http://zoom.z3950.org/ @@ -34,8 +34,6 @@ namespace ZOOM { * ZOOM_connection c; public: connection (const char *hostname, int portnum); - // ### I would like to add a ``throw (ZOOM::exception)'' clause - // here, but it looks like G++ 2.95.2 doesn't recognise it. ~connection (); const char *option (const char *key) const; const char *option (const char *key, const char *val);