X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Fz-query.h;h=9eb992b3fa6c150e8a372f9329d1d2c440fea9cb;hp=9e75dfcc3794aec18d8010ba7ec23a43c058bf63;hb=d62e0baee8ee3cccced41746ef09fc3e01f401d5;hpb=4b3585940162cf9ca65ca4a6914c0addcde50eef diff --git a/include/yazpp/z-query.h b/include/yazpp/z-query.h index 9e75dfc..9eb992b 100644 --- a/include/yazpp/z-query.h +++ b/include/yazpp/z-query.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2008 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -58,17 +58,15 @@ class YAZ_EXPORT Yaz_Z_Query : public Yaz_Query { /// Assign RPN string to it Yaz_Z_Query& operator=(const char *rpn); private: - char *m_buf; - int m_len; - ODR odr_decode; - ODR odr_encode; - ODR odr_print; + class Rep; + Rep *m_p; }; }; #endif /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab