X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fz-query.h;h=fe983176d6963ff4f69431033a7f67cf4e3be4dd;hb=f54a8916ca6047b539ec1cd2001b51de689ed710;hp=a708f8e97ca36243821ab92f3a04fe00e56a54c8;hpb=9fef1c618f2f936041b3b58d61e406182033ab30;p=yazpp-moved-to-github.git diff --git a/include/yazpp/z-query.h b/include/yazpp/z-query.h index a708f8e..fe98317 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-2009 Index Data and Mike Taylor + * Copyright (C) 1998-2012 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