Sync with 5.2.0
[deliverable/titan.core.git] / core / Hexstring.hh
index c4392ab1ea9773f1972da9814e343a8534603d46..1fd91e8886313ec78d1d51d27bab0538d272417f 100644 (file)
@@ -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. */
This page took 0.052545 seconds and 5 git commands to generate.