X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazproxy%2Fproxy.h;h=b356d79872372a2b30717a39682f6061a14fc618;hp=95dc385ef903440da9993c8de74789c774a7db62;hb=e88de60f087ada19ac4cc76e6b00b3b518984346;hpb=e9a5a9feeb12335c668b73dbb6385908be6806f1 diff --git a/include/yazproxy/proxy.h b/include/yazproxy/proxy.h index 95dc385..b356d79 100644 --- a/include/yazproxy/proxy.h +++ b/include/yazproxy/proxy.h @@ -1,4 +1,4 @@ -/* $Id: proxy.h,v 1.13 2005-02-21 14:27:32 adam Exp $ +/* $Id: proxy.h,v 1.14 2005-02-22 10:08:19 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -42,6 +42,11 @@ class Yaz_usemarcon; class Yaz_ProxyConfig; class Yaz_ProxyClient; +enum YAZ_Proxy_MARCXML_mode { + none, + marcxml, +}; + /// Information Retrieval Proxy Server. class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { private: @@ -103,7 +108,7 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { Yaz_ProxyConfig *check_reconfigure(); int m_request_no; int m_invalid_session; - int m_marcxml_flag; + YAZ_Proxy_MARCXML_mode m_marcxml_mode; void *m_stylesheet_xsp; // Really libxslt's xsltStylesheetPtr int m_stylesheet_offset; Z_APDU *m_stylesheet_apdu;