X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fz-query.h;h=d8ea12b912c543f600dcf84dbbbce8c04c5a6ba1;hb=d54b824ca309141da489284e5b6d78d7094f5494;hp=90a39d54ad121fd98e60285423eb983b989e1413;hpb=d53e0ff85ad63de947da013a0d25a434d12eed40;p=yazpp-moved-to-github.git diff --git a/include/yazpp/z-query.h b/include/yazpp/z-query.h index 90a39d5..d8ea12b 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-2010 Index Data and Mike Taylor + * Copyright (C) 1998-2013 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