summaryrefslogtreecommitdiff
path: root/CIAO/tools/IDL3_to_XMI/Literals.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/IDL3_to_XMI/Literals.h')
-rw-r--r--CIAO/tools/IDL3_to_XMI/Literals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIAO/tools/IDL3_to_XMI/Literals.h b/CIAO/tools/IDL3_to_XMI/Literals.h
index 04cabafa759..e8c36180b30 100644
--- a/CIAO/tools/IDL3_to_XMI/Literals.h
+++ b/CIAO/tools/IDL3_to_XMI/Literals.h
@@ -77,7 +77,7 @@ namespace CIAO
CLASS,
DATATYPE,
PACKAGE,
- _NULL,
+ __NULL,
ATTR,
PUBLIC,
_PRIVATE,
@@ -102,6 +102,7 @@ namespace CIAO
CLASSIFIER,
FROZEN,
INIT_VAL,
+
// Stereotypes
ST_CONSUMES,
ST_ANON_SEQ,
@@ -157,6 +158,7 @@ namespace CIAO
ST_INTF,
ST_PRI_KEY,
ST_ANY,
+ ST_NATIVE,
MAX_LITERAL
};