X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=z39.50%2Fz.tcl;h=275fdc83447e11f9803dc2154e6da4ca10a8b29f;hb=49bb5732e64ef1bd772d5393450815684eac39b6;hp=48b403830be1013077a09e8465c90cabbda4f0e7;hpb=cf784482d7256a192c0b4f95e4746ed12efb3bab;p=yaz-moved-to-github.git diff --git a/z39.50/z.tcl b/z39.50/z.tcl index 48b4038..275fdc8 100644 --- a/z39.50/z.tcl +++ b/z39.50/z.tcl @@ -1,5 +1,5 @@ # YC Sample Config File for Z39.50 -# $Id: z.tcl,v 1.3 2000-03-14 09:22:15 ian Exp $ +# $Id: z.tcl,v 1.5 2001-03-07 13:24:40 adam Exp $ # ---------------------------------------------------------- # Prefix Specifications # @@ -57,6 +57,9 @@ int z_ANY_type_0 (ODR o, void **p, int opt) # Type Name overrides set map($m,PDU) APDU +set membermap($m,Operator,and) {Operator_and op_and} +set membermap($m,Operator,or) {Operator_or op_or} +#set membermap($m,Operator,and-not) {Operator_and_not op_and_not} set map($m,AttributeElement_complex) ComplexAttribute set map($m,DeleteSetStatus) DeleteStatus set membermap($m,ProximityOperator,private) {ProximityOperator_private zprivate}