Skip to content
Snippets Groups Projects
Commit ccc50db1 authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

Added encode_negtest_raw in union


Change-Id: I5fc4e75cfdc776fb310afe0e5233d7dca424ed57
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent ab0736ad
No related branches found
No related tags found
No related merge requests found
...@@ -2409,6 +2409,12 @@ void defUnionClass(struct_def const *sdef, output_struct *output) ...@@ -2409,6 +2409,12 @@ void defUnionClass(struct_def const *sdef, output_struct *output)
def = mputstr(def, def = mputstr(def,
"int OER_encode_negtest(const Erroneous_descriptor_t*, " "int OER_encode_negtest(const Erroneous_descriptor_t*, "
"const TTCN_Typedescriptor_t&, TTCN_Buffer&) const;\n"); "const TTCN_Typedescriptor_t&, TTCN_Buffer&) const;\n");
src = mputprintf(src,
"int %s::OER_encode_negtest(const Erroneous_descriptor_t*, "
"const TTCN_Typedescriptor_t&, TTCN_Buffer&) const {\n"
" return 0;\n"
"}\n"
, name);
//todo //todo
} }
// OER decode // OER decode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment