X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fz-query.h;h=fe983176d6963ff4f69431033a7f67cf4e3be4dd;hb=dd9243da4f0b0732e655d13c41e228f03c73879d;hp=b7483ca307a3cd48e419fe2106f4fab17e0a050c;hpb=8353663886b90d762d43790780be6cb58fb93c8a;p=yazpp-moved-to-github.git diff --git a/include/yazpp/z-query.h b/include/yazpp/z-query.h index b7483ca..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-2011 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,11 +58,8 @@ 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