Sync with 5.2.0
[deliverable/titan.core.git] / core / Octetstring.hh
index 8c8e9b461d0f2ac8be815655db199056d3f9aa8d..bb1428aab959c1ec59bddc6c0cbeb1621c0eb737 100644 (file)
@@ -150,9 +150,9 @@ public:
   int TEXT_decode(const TTCN_Typedescriptor_t&, TTCN_Buffer&,  Limit_Token_List&,
                  boolean no_err=FALSE, 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.060629 seconds and 5 git commands to generate.