Sync with 5.2.0
[deliverable/titan.core.git] / core / Integer.hh
index 1e48b62bb2596dbfc5900a9e368c97b3fb3fa0d2..bf6ec359cb3434cef518e310ed897a3cf41421f5 100644 (file)
@@ -161,11 +161,11 @@ public:
   /** @brief Encode according to XML Encoding Rules.
    **/
   int XER_encode(const XERdescriptor_t& p_td, TTCN_Buffer& p_buf, unsigned int flavor,
-                 int indent) const;
+                 int indent, embed_values_enc_struct_t*) const;
   /** @brief Decode according to XML Encoding Rules.
    **/
   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.026569 seconds and 5 git commands to generate.