X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=core%2FTemplate.cc;h=5ec57a5ace343306d339d99e72683c28ea276995;hb=28352dbdc3b7d5b2278f1385a16d7d0e96029bfd;hp=39cb4b0f78e39796e5477382dd43d862db502a69;hpb=b0caada215c3ca0bcdd40e5b9735e9f26f454b83;p=deliverable%2Ftitan.core.git diff --git a/core/Template.cc b/core/Template.cc index 39cb4b0..5ec57a5 100644 --- a/core/Template.cc +++ b/core/Template.cc @@ -973,6 +973,7 @@ int Record_Of_Template::n_elem() const case STRING_PATTERN: case SUPERSET_MATCH: case SUBSET_MATCH: + case DECODE_MATCH: break; } TTCN_error("Performing n_elem() operation on an uninitialized/unsupported " @@ -1719,6 +1720,7 @@ int Set_Of_Template::size_of(boolean is_size) const case UNINITIALIZED_TEMPLATE: case VALUE_RANGE: case STRING_PATTERN: + case DECODE_MATCH: TTCN_error("Performing %sof() operation on an uninitialized/unsupported " "template of type %s.", op_name, get_descriptor()->name); } @@ -1745,6 +1747,7 @@ int Set_Of_Template::n_elem() const case VALUE_LIST: case VALUE_RANGE: case STRING_PATTERN: + case DECODE_MATCH: break; } TTCN_error("Performing n_elem() operation on an uninitialized/unsupported "