X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=core%2FHexstring.hh;h=1fd91e8886313ec78d1d51d27bab0538d272417f;hb=af7104877b9819f9e11f3ca6109eda961e971478;hp=c4392ab1ea9773f1972da9814e343a8534603d46;hpb=4567b25b7943d75814d0b37f9c60a7e43529d1f0;p=deliverable%2Ftitan.core.git diff --git a/core/Hexstring.hh b/core/Hexstring.hh index c4392ab..1fd91e8 100644 --- a/core/Hexstring.hh +++ b/core/Hexstring.hh @@ -125,9 +125,9 @@ public: int RAW_decode(const TTCN_Typedescriptor_t&, TTCN_Buffer&, int, raw_order_t, boolean no_err=FALSE, int sel_field=-1, boolean first_call=TRUE); 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. */