X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=z39.50%2Fz.tcl;h=cdb08cafbab2eb711017c9b05bcbd160165eb995;hp=48b403830be1013077a09e8465c90cabbda4f0e7;hb=e5324215018e129dd19734acd0e683e5af748423;hpb=84123e31b540666d168a28292c0461698841f8be diff --git a/z39.50/z.tcl b/z39.50/z.tcl index 48b4038..cdb08ca 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.4 2001-02-21 13:46:54 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}