X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fcql2rpn.h;fp=include%2Fyaz%2B%2B%2Fcql2rpn.h;h=0000000000000000000000000000000000000000;hb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d;hp=6d0454de0c4ca03496b0271cec2f984b90c6c992;hpb=76d66b222afff97cf367a3e7b8bfe045a62d0d57;p=yazpp-moved-to-github.git diff --git a/include/yaz++/cql2rpn.h b/include/yaz++/cql2rpn.h deleted file mode 100644 index 6d0454d..0000000 --- a/include/yaz++/cql2rpn.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (c) 1998-2004, Index Data. - * See the file LICENSE for details. - * - * $Id: cql2rpn.h,v 1.3 2005-06-25 15:53:19 adam Exp $ - */ - -#include -#include - -namespace yazpp_1 { -class YAZ_EXPORT Yaz_cql2rpn { - public: - Yaz_cql2rpn(); - ~Yaz_cql2rpn(); - void set_pqf_file(const char *fname); - int query_transform(const char *cql, Z_RPNQuery **rpnquery, ODR o, - char **addinfop); - private: - cql_transform_t m_transform; -}; -}; - -/* - * Local variables: - * c-basic-offset: 4 - * indent-tabs-mode: nil - * End: - * vim: shiftwidth=4 tabstop=8 expandtab - */ -