71e9a82b4ec80b24c8d626b195848f48fbe55b9d
[yazpp-moved-to-github.git] / src / query.cpp
1 /* This file is part of the yazpp toolkit.
2  * Copyright (C) 1998-2009 Index Data and Mike Taylor
3  * See the file LICENSE for details.
4  */
5
6 #include <yazpp/query.h>
7
8 using namespace yazpp_1;
9
10 Yaz_Query::~Yaz_Query()
11 {
12
13 }
14
15 /*
16  * Local variables:
17  * c-basic-offset: 4
18  * indent-tabs-mode: nil
19  * End:
20  * vim: shiftwidth=4 tabstop=8 expandtab
21  */