Sync with 5.2.0
[deliverable/titan.core.git] / core / Float.hh
index 76e32b47f2cb0a0abd3f0741c643b38ff19d99a0..013d39de728a33e56fd9ec38289b00c3478645bf 100644 (file)
@@ -136,9 +136,9 @@ public:
                  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;
+                 TTCN_Buffer& p_buf, 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.042065 seconds and 5 git commands to generate.