X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fmaster-header;h=488093741e75cfbe9f8359e1901431935d0ecc83;hp=a9b8502f209479fa8beed359b95d6b78329316b2;hb=fa96bc0dcc16f6ac3e33b5144664e51cb7d09874;hpb=e9a1f1ebdf02adef274a499228a3353ef0ab31af diff --git a/zoom/master-header b/zoom/master-header index a9b8502..4880937 100644 --- a/zoom/master-header +++ b/zoom/master-header @@ -1,4 +1,4 @@ -// $Id: master-header,v 1.13 2002-12-02 15:55:57 mike Exp $ +// $Id: master-header,v 1.17 2003-09-24 18:07:31 adam 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,9 +86,8 @@ namespace ZOOM { class YAZ_EXPORT record { * const resultSet &owner; * ZOOM_record r; -* friend class resultSet; // so it can use this constructor public: - class syntax { + class YAZ_EXPORT syntax { public: enum value { UNKNOWN, GRS1, SUTRS, USMARC, UKMARC, XML @@ -135,7 +135,7 @@ namespace ZOOM { // bib1Exception::errcode() returns a code from the // Bib-1 Diagnostic Set. class YAZ_EXPORT bib1Exception: public exception { -* const 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 string &q; +* std::string q; public: * ~queryException (); enum { PREFIX, CCL };