Sync with 5.2.0
[deliverable/titan.core.git] / core / ASN_External.hh
index cb926e1450b3ea58e4103445aa6036950817b16f..9405c254cf29508ddfdc4d774eaad6f67fec9403 100644 (file)
@@ -403,9 +403,9 @@ public:
   ASN_BER_TLV_t* BER_encode_TLV(const TTCN_Typedescriptor_t& p_td, unsigned p_coding) const;
   boolean BER_decode_TLV(const TTCN_Typedescriptor_t& p_td, const ASN_BER_TLV_t& p_tlv, unsigned L_form);
   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*);
 };
 
 class EXTERNAL_template : public Base_Template {
This page took 0.050659 seconds and 5 git commands to generate.