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