Sync with 5.4.2
[deliverable/titan.core.git] / core / Charstring.hh
index c12e7c794ccd872614d956500e0001019d9f1045..196745007855883f9ff04edfbdc8d8f48ce0f8af 100644 (file)
@@ -251,6 +251,10 @@ public:
   
 #ifdef TITAN_RUNTIME_2
   virtual int encode_raw(TTCN_Buffer& p_buf) const;
+  /** Adds this charstring to the end of a JSON buffer as raw data.
+    * Used during the negative testing of the JSON encoder.
+    * @return The number of bytes added. */
+  int JSON_encode_negtest_raw(JSON_Tokenizer&) const;
 #endif
 };
 
This page took 0.026024 seconds and 5 git commands to generate.