X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Foid.h;h=2a5cfd58c6f57a4c237c0866c38e6fba61ea785f;hb=3aefb04b1ebd1a699ab732b7504fdf25a2c35fa7;hp=9bc9186d8fc7c357d004f55e979de8eb6001a34a;hpb=fa86345c14168c451f8c76b71309b27230bfee44;p=yaz-moved-to-github.git diff --git a/include/oid.h b/include/oid.h index 9bc9186..2a5cfd5 100644 --- a/include/oid.h +++ b/include/oid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1997, Index Data. + * Copyright (c) 1995-1998, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -24,7 +24,15 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.25 1998-02-10 15:31:52 adam + * Revision 1.27 1998-05-18 13:06:58 adam + * Changed the way attribute sets are handled by the retriaval module. + * Extended Explain conversion / schema. + * Modified server and client to work with ASN.1 compiled protocol handlers. + * + * Revision 1.26 1998/03/20 14:46:06 adam + * Added UNIverse Resource Reports. + * + * Revision 1.25 1998/02/10 15:31:52 adam * Implemented date and time structure. Changed the Update Extended * Service. * @@ -118,6 +126,7 @@ extern "C" { typedef enum oid_proto { + PROTO_NOP=0, PROTO_Z3950, PROTO_SR, PROTO_GENERAL, @@ -126,6 +135,7 @@ typedef enum oid_proto typedef enum oid_class { + CLASS_NOP=0, CLASS_APPCTX, CLASS_ABSYN, CLASS_ATTSET, @@ -144,6 +154,7 @@ typedef enum oid_class typedef enum oid_value { + VAL_NOP=0, VAL_APDU, VAL_BER, VAL_BASIC_CTX, @@ -221,7 +232,8 @@ typedef enum oid_value VAL_SGML, VAL_TIFFB, VAL_WAV, - VAL_UPDATEES + VAL_UPDATEES, + VAL_UNIVERSE_REPORT } oid_value; typedef struct oident