X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fquery.h;fp=include%2Fyaz%2B%2B%2Fquery.h;h=af4f7e072ef0975a467ecd06b3f0f89efca0e700;hb=7411ed6df7fc0b535f83503f73d70e80f390e295;hp=722b74dbbc41c61fa9b4d89fb593905e67875743;hpb=75f7c460d6d10961f3d2ed841b757d6d6b7725d7;p=yazpp-moved-to-github.git diff --git a/include/yaz++/query.h b/include/yaz++/query.h index 722b74d..af4f7e0 100644 --- a/include/yaz++/query.h +++ b/include/yaz++/query.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: query.h,v 1.2 2005-06-02 06:40:21 adam Exp $ + * $Id: query.h,v 1.3 2005-06-25 15:53:19 adam Exp $ */ namespace yazpp_1 { @@ -15,3 +15,11 @@ class YAZ_EXPORT Yaz_Query { virtual void print (char *str, int len) = 0; }; }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +