X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzexcept.cpp;h=0b0f2ecdd8a6c26170b318fd797ff322834436d0;hb=c2f14867d5abde02ffe548fb0e269aa37756915f;hp=e37edfccf09c04b15da10d5365ba6dc501a2cce0;hpb=be5e415f7ca4d3b84d09e3f98b2c1bda629570c5;p=yazpp-moved-to-github.git diff --git a/zoom/zexcept.cpp b/zoom/zexcept.cpp index e37edfc..0b0f2ec 100644 --- a/zoom/zexcept.cpp +++ b/zoom/zexcept.cpp @@ -1,4 +1,4 @@ -// $Header: /home/cvsroot/yaz++/zoom/zexcept.cpp,v 1.2 2002-10-08 23:57:29 mike Exp $ +// $Header: /home/cvsroot/yaz++/zoom/zexcept.cpp,v 1.4 2002-10-11 11:54:05 mike Exp $ // Z39.50 Exception classes @@ -6,7 +6,7 @@ #include // for strerror(), strlen(), strcpy() #include // for sprintf() #include -#include "zoom++.h" +#include "zoom.h" namespace ZOOM { @@ -90,7 +90,7 @@ namespace ZOOM { } queryException::~queryException() { - delete q; + //delete q; // ### see comment on bib1Exception destructor } int queryException::errcode() const {