Sync with 5.3.0
[deliverable/titan.core.git] / core / Universal_charstring.hh
index 62ea9fbf953588f53d5f1a6d1ba90ba31c57a8b7..5d2e66a61642b62b93e794f20b5183eaa1da8206 100644 (file)
@@ -318,6 +318,10 @@ public:
   boolean BER_decode_TLV(const TTCN_Typedescriptor_t& p_td,
                          const ASN_BER_TLV_t& p_tlv, unsigned L_form);
   
+  int TEXT_encode(const TTCN_Typedescriptor_t&,
+                 TTCN_Buffer&) const;
+  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&, TTCN_Buffer&, unsigned int, int, embed_values_enc_struct_t*) const;
   int XER_decode(const XERdescriptor_t&, XmlReaderWrap& reader, unsigned int, embed_values_dec_struct_t*);
   /** Decodes UTF-8 into the internal representation (UCS4-BE)
This page took 0.024809 seconds and 5 git commands to generate.