-// $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/
* 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);