projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
450d89d
)
Constructor for base query class, thanks to Phil Dennis <phil@booksys.com>
author
Mike Taylor
<mike@indexdata.com>
Mon, 22 Sep 2003 12:56:09 +0000
(12:56 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 22 Sep 2003 12:56:09 +0000
(12:56 +0000)
zoom/master-header
patch
|
blob
|
history
diff --git
a/zoom/master-header
b/zoom/master-header
index
4cc11a6
..
5c97068
100644
(file)
--- a/
zoom/master-header
+++ b/
zoom/master-header
@@
-1,4
+1,4
@@
-// $Id: master-header,v 1.15 2003-09-22 12:45:26 mike Exp $
+// $Id: master-header,v 1.16 2003-09-22 12:56:09 mike 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 ();
};