Remove throw()-specification comment from master header.
authorMike Taylor <mike@indexdata.com>
Fri, 9 Aug 2002 10:45:30 +0000 (10:45 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 9 Aug 2002 10:45:30 +0000 (10:45 +0000)
zoom/master-header

index a66b089..4e331f9 100644 (file)
@@ -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);