X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=zoom%2Fmaster-header;h=5c97068ea5db3043d1061b977f67be0601c77e4c;hb=8b20b516ed31d6b07fcfccb703d9e91ad5ed611b;hp=39b90a0a538c092dc4ad20678e4d42402d8563e0;hpb=01126607d1b475f43b29548dbd98f199f8e9f57f;p=yazpp-moved-to-github.git diff --git a/zoom/master-header b/zoom/master-header index 39b90a0..5c97068 100644 --- a/zoom/master-header +++ b/zoom/master-header @@ -1,4 +1,4 @@ -// $Id: master-header,v 1.14 2003-07-02 10:25:13 adam Exp $ +// $Id: master-header,v 1.16 2003-09-22 12:56:09 mike Exp $ // // ZOOM C++ Binding. // The ZOOM homepage is at http://zoom.z3950.org/ @@ -49,6 +49,7 @@ namespace ZOOM { * protected: * ZOOM_query q; public: + query (); virtual ~query (); }; @@ -85,7 +86,6 @@ namespace ZOOM { class YAZ_EXPORT record { * const resultSet &owner; * ZOOM_record r; -* friend class resultSet; // so it can use this constructor public: class syntax { public: @@ -135,7 +135,7 @@ namespace ZOOM { // bib1Exception::errcode() returns a code from the // Bib-1 Diagnostic Set. class YAZ_EXPORT bib1Exception: public exception { -* const std::string &info; +* std::string info; public: * ~bib1Exception (); bib1Exception (int code, const std::string &addinfo); @@ -144,7 +144,7 @@ namespace ZOOM { }; class YAZ_EXPORT queryException : public exception { -* const std::string &q; +* std::string q; public: * ~queryException (); enum { PREFIX, CCL };