X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fmaster-header;h=389dd12225ea3606d5f22d332f37c9ff7844148b;hb=6d00ed0733857815bfe3eb2779b99bdd3f2049fe;hp=a9b8502f209479fa8beed359b95d6b78329316b2;hpb=e9a1f1ebdf02adef274a499228a3353ef0ab31af;p=yazpp-moved-to-github.git diff --git a/zoom/master-header b/zoom/master-header index a9b8502..389dd12 100644 --- a/zoom/master-header +++ b/zoom/master-header @@ -1,5 +1,3 @@ -// $Id: master-header,v 1.13 2002-12-02 15:55:57 mike Exp $ -// // ZOOM C++ Binding. // The ZOOM homepage is at http://zoom.z3950.org/ // @@ -49,6 +47,7 @@ namespace ZOOM { * protected: * ZOOM_query q; public: + query (); virtual ~query (); }; @@ -85,9 +84,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 +133,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 +142,7 @@ namespace ZOOM { }; class YAZ_EXPORT queryException : public exception { -* const string &q; +* std::string q; public: * ~queryException (); enum { PREFIX, CCL };