Modified for new location of YAZ header files. Experimental threaded
[yazpp-moved-to-github.git] / include / yaz-query.h
1 /*
2  * Copyright (c) 1998-1999, Index Data.
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  * 
6  * $Id: yaz-query.h,v 1.2 1999-04-20 10:30:05 adam Exp $
7  */
8
9
10 /** Query
11     Generic Query.
12 */
13 class YAZ_EXPORT Yaz_Query {
14  public:
15     /// Print query in buffer described by str and len
16     virtual void print (char *str, int len) = 0;
17 };
18