Release 1.6.4
[yazpp-moved-to-github.git] / zoom / zexcept.cpp
index 36fef06..aeca4bc 100644 (file)
@@ -1,7 +1,8 @@
-// $Header: /home/cvsroot/yaz++/zoom/zexcept.cpp,v 1.11 2005-06-25 15:53:21 adam Exp $
-
 // Z39.50 Exception classes
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <iostream>
 #include <errno.h>
 #include <string.h>             // for strerror(), strlen(), strcpy()
@@ -56,7 +57,7 @@ namespace ZOOM {
     }
 
 
-    
+
     bib1Exception::bib1Exception(int errcode, const std::string &addinfo) :
         exception(errcode), info(addinfo) {
         // std::cerr << "WARNING: made bib1Exception(" << errcode << "=" <<
@@ -106,6 +107,7 @@ namespace ZOOM {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab