Remove unused top-level diagnostic functions.
[yazpp-moved-to-github.git] / zoom / master-header
index 0a9fbb3..c88bcd8 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: master-header,v 1.8 2002-11-04 23:12:18 mike Exp $
+// $Id: master-header,v 1.10 2002-11-13 11:48:07 mike Exp $
 //
 // ZOOM C++ Binding.
 // The ZOOM homepage is at http://zoom.z3950.org/
@@ -26,9 +26,6 @@ namespace ZOOM {
 
   const char *option (const char *key);
   const char *option (const char *key, const char *val);
-  int errcode ();
-  char *errmsg ();
-  char *addinfo ();
 
   class YAZ_EXPORT connection {
 *   ZOOM_connection c;
@@ -104,7 +101,6 @@ namespace ZOOM {
   class YAZ_EXPORT systemException: public exception {
   public:
     systemException ();
-    int errcode () const;
     const char *errmsg () const;
   };
 
@@ -113,7 +109,6 @@ namespace ZOOM {
   public:
 *   ~bib1Exception ();
     bib1Exception (int errcode, const char *addinfo);
-    int errcode () const;
     const char *errmsg () const;
     const char *addinfo () const;
   };
@@ -127,7 +122,6 @@ namespace ZOOM {
      CCL = 2
     };
     queryException (int qtype, const char *source);
-    int errcode () const;
     const char *errmsg () const;
     const char *addinfo () const;
   };