Sync with 5.4.2
[deliverable/titan.core.git] / core / XER.hh
index 6978498fb7fb20062dfa3d7116acccbec848ec09..9f56aac5453449784e4dd4f13a1b47f99df3ca49 100644 (file)
@@ -44,6 +44,7 @@ class TTCN_Module;
  * change the encoding of all components).
  */
 enum XER_flavor {
+  XER_NONE            = 0,
   XER_BASIC           = 1U << 0, /**< Basic XER with indentation */
   XER_CANONICAL       = 1U << 1, /**< Canonical XER, no indentation */
   XER_EXTENDED        = 1U << 2, /**< Extended XER */
This page took 0.023635 seconds and 5 git commands to generate.