X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=core%2FVerdicttype.hh;h=4ea1a52c1005293ea63694d478ed70c00fc74689;hb=af7104877b9819f9e11f3ca6109eda961e971478;hp=ea0fdd88b3b9c3de2a6896cbaf7e7c121af114d2;hpb=4567b25b7943d75814d0b37f9c60a7e43529d1f0;p=deliverable%2Ftitan.core.git diff --git a/core/Verdicttype.hh b/core/Verdicttype.hh index ea0fdd8..4ea1a52 100644 --- a/core/Verdicttype.hh +++ b/core/Verdicttype.hh @@ -82,9 +82,9 @@ public: TTCN_EncDec::coding_t p_coding, ...); int XER_encode(const XERdescriptor_t& p_td, TTCN_Buffer& p_buf, - unsigned int flavor, int indent) const; + unsigned int flavor, int indent, embed_values_enc_struct_t*) const; int XER_decode(const XERdescriptor_t& p_td, XmlReaderWrap& reader, - unsigned int flavor); + unsigned int flavor, embed_values_dec_struct_t*); /** Encodes accordingly to the JSON encoding rules. * Returns the length of the encoded data. */