Sync with 5.4.3
[deliverable/titan.core.git] / core / Charstring.hh
index 196745007855883f9ff04edfbdc8d8f48ce0f8af..0322e572b694bb7abab02dd9e942ec9f6c31ae7f 100644 (file)
@@ -214,7 +214,7 @@ 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&, 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*);
+  int XER_decode(const XERdescriptor_t&, XmlReaderWrap& reader, unsigned int, unsigned int, embed_values_dec_struct_t*);
   
   /** Returns the charstring in the format a string would appear in C or TTCN-3 code.
     * Inserts double quotation marks to the beginning and end of the string and
This page took 0.035892 seconds and 5 git commands to generate.