Sync with 5.2.0
[deliverable/titan.core.git] / core / Verdicttype.hh
index ea0fdd88b3b9c3de2a6896cbaf7e7c121af114d2..4ea1a52c1005293ea63694d478ed70c00fc74689 100644 (file)
@@ -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. */
This page took 0.029988 seconds and 5 git commands to generate.