X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fquery.h;h=7ec2f4d718695885c8a493b6d5e564fa7e1c38d8;hb=8ebe1a2bcb6bec3d8c4b4077b4c85830d9398c5d;hp=af4f7e072ef0975a467ecd06b3f0f89efca0e700;hpb=7411ed6df7fc0b535f83503f73d70e80f390e295;p=yazpp-moved-to-github.git diff --git a/include/yaz++/query.h b/include/yaz++/query.h index af4f7e0..7ec2f4d 100644 --- a/include/yaz++/query.h +++ b/include/yaz++/query.h @@ -2,9 +2,14 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: query.h,v 1.3 2005-06-25 15:53:19 adam Exp $ + * $Id: query.h,v 1.4 2005-09-22 12:40:45 adam Exp $ */ +#ifndef YAZ_PP_QUERY_H +#define YAZ_PP_QUERY_H + +#include + namespace yazpp_1 { /** Query Generic Query. @@ -13,8 +18,12 @@ class YAZ_EXPORT Yaz_Query { public: /// Print query in buffer described by str and len virtual void print (char *str, int len) = 0; + virtual ~Yaz_Query() = 0; }; }; + +#endif + /* * Local variables: * c-basic-offset: 4