X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=asn%2Fprt-esp.c;h=8922bfaa8b053c29202497c31530cef47418ebcd;hb=fa86345c14168c451f8c76b71309b27230bfee44;hp=bc11d725454d818617c240a8a4c62034d718eab1;hpb=683bd26f52e6f7791627c60a08f14e4532e01769;p=yaz-moved-to-github.git diff --git a/asn/prt-esp.c b/asn/prt-esp.c index bc11d72..8922bfa 100644 --- a/asn/prt-esp.c +++ b/asn/prt-esp.c @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-esp.c,v $ - * Revision 1.1 1995-10-12 10:34:37 quinn + * Revision 1.2 1998-02-10 15:31:46 adam + * Implemented date and time structure. Changed the Update Extended + * Service. + * + * Revision 1.1 1995/10/12 10:34:37 quinn * Added Espec-1. * * @@ -47,6 +51,7 @@ int z_SpecificTag(ODR o, Z_SpecificTag **p, int opt) if (!odr_sequence_begin(o, p, sizeof(**p))) return opt && odr_ok(o); return + odr_implicit(o, odr_oid, &(*p)->schemaId, ODR_CONTEXT, 0, 1) && odr_implicit(o, odr_integer, &(*p)->tagType, ODR_CONTEXT, 1, 1) && odr_explicit(o, z_StringOrNumeric, &(*p)->tagValue, ODR_CONTEXT, 2, 0) &&