aboutsummaryrefslogtreecommitdiffstats
path: root/tests/44-choice-in-sequence-OK.asn1.-P
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-01-17 12:20:19 +0000
committerLev Walkin <vlm@lionet.info>2005-01-17 12:20:19 +0000
commitba58e1b93953bbd5b1f52e7b8428a454e0c7fede (patch)
tree9c414ad0ddab3663ac6f15fa5f47310e5f383d64 /tests/44-choice-in-sequence-OK.asn1.-P
parentfb857fddf84b0435966e240b64628dd0e8315811 (diff)
changed comment wording
Diffstat (limited to 'tests/44-choice-in-sequence-OK.asn1.-P')
-rw-r--r--tests/44-choice-in-sequence-OK.asn1.-P20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/44-choice-in-sequence-OK.asn1.-P b/tests/44-choice-in-sequence-OK.asn1.-P
index 77886f10..c02c4997 100644
--- a/tests/44-choice-in-sequence-OK.asn1.-P
+++ b/tests/44-choice-in-sequence-OK.asn1.-P
@@ -73,14 +73,14 @@ static asn_TYPE_member_t asn_MBR_e[] = {
.tag = (ASN_TAG_CLASS_PRIVATE | (7 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "f"
},
{ ATF_NOFLAGS, 0, offsetof(struct e, choice.g),
.tag = (ASN_TAG_CLASS_PRIVATE | (8 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "g"
},
};
@@ -123,14 +123,14 @@ static asn_TYPE_member_t asn_MBR_h[] = {
.tag = (ASN_TAG_CLASS_PRIVATE | (1 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "i"
},
{ ATF_NOFLAGS, 0, offsetof(struct h, choice.j),
.tag = (ASN_TAG_CLASS_PRIVATE | (2 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "j"
},
};
@@ -173,28 +173,28 @@ static asn_TYPE_member_t asn_MBR_b[] = {
.tag = (ASN_TAG_CLASS_PRIVATE | (5 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "c"
},
{ ATF_NOFLAGS, 0, offsetof(struct b, choice.d),
.tag = (ASN_TAG_CLASS_PRIVATE | (6 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "d"
},
{ ATF_NOFLAGS, 0, offsetof(struct b, choice.e),
.tag = -1 /* Ambiguous tag (CHOICE?) */,
.tag_mode = 0,
.type = (void *)&asn_DEF_e,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "e"
},
{ ATF_NOFLAGS, 0, offsetof(struct b, choice.h),
.tag = (ASN_TAG_CLASS_PRIVATE | (9 << 2)),
.tag_mode = +1, /* EXPLICIT tag at current level */
.type = (void *)&asn_DEF_h,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "h"
},
};
@@ -240,14 +240,14 @@ static asn_TYPE_member_t asn_MBR_T[] = {
.tag = (ASN_TAG_CLASS_PRIVATE | (2 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
.type = (void *)&asn_DEF_NULL,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "a"
},
{ ATF_NOFLAGS, 0, offsetof(struct T, b),
.tag = -1 /* Ambiguous tag (CHOICE?) */,
.tag_mode = 0,
.type = (void *)&asn_DEF_b,
- .memb_constraints = 0, /* Defer to actual type */
+ .memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "b"
},
};