Change implementation of Yaz_Z_Query::zquery2pquery to use YAZ'
[yazpp-moved-to-github.git] / src / query.cpp
1 /*
2  * Copyright (c) 1998-2000, Index Data.
3  * See the file LICENSE for details.
4  * 
5  * $Id: query.cpp,v 1.1 2005-09-22 12:40:45 adam Exp $
6  */
7
8 #include <yaz++/query.h>
9
10 using namespace yazpp_1;
11
12 Yaz_Query::~Yaz_Query()
13 {
14
15 }
16
17 /*
18  * Local variables:
19  * c-basic-offset: 4
20  * indent-tabs-mode: nil
21  * End:
22  * vim: shiftwidth=4 tabstop=8 expandtab
23  */