aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_SET_OF.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-20 13:23:42 +0000
committerLev Walkin <vlm@lionet.info>2004-08-20 13:23:42 +0000
commit449f8324e97279d284a2e59dd7b3355b366cfea3 (patch)
tree7d7f1383b4222ff559218043bb9122ddb4d145d4 /skeletons/constr_SET_OF.h
parente64460f66b5c01a471fceee0e43d1c41ebe41c81 (diff)
new constraints model
Diffstat (limited to 'skeletons/constr_SET_OF.h')
-rw-r--r--skeletons/constr_SET_OF.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/skeletons/constr_SET_OF.h b/skeletons/constr_SET_OF.h
index e2c6d8fd..0dd6040b 100644
--- a/skeletons/constr_SET_OF.h
+++ b/skeletons/constr_SET_OF.h
@@ -7,22 +7,12 @@
#include <constr_TYPE.h>
-typedef struct asn1_SET_OF_element_s {
- ber_tlv_tag_t tag; /* Outmost (most immediate) tag */
- asn1_TYPE_descriptor_t *type; /* Member type descriptor */
-} asn1_SET_OF_element_t;
-
typedef struct asn1_SET_OF_specifics_s {
/*
* Target structure description.
*/
int struct_size; /* Size of the target structure. */
int ctx_offset; /* Offset of the ber_dec_ctx_t member */
-
- /*
- * Members of the SET OF list.
- */
- asn1_SET_OF_element_t *element;
} asn1_SET_OF_specifics_t;
/*