diff options
Diffstat (limited to 'TAO/CIAO/CIDLC/Literals.hpp')
-rw-r--r-- | TAO/CIAO/CIDLC/Literals.hpp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/TAO/CIAO/CIDLC/Literals.hpp b/TAO/CIAO/CIDLC/Literals.hpp index e66213907e4..df36b2340cc 100644 --- a/TAO/CIAO/CIDLC/Literals.hpp +++ b/TAO/CIAO/CIDLC/Literals.hpp @@ -57,7 +57,12 @@ namespace StringLiterals "namespace CIAO_GLUE", // GLUE_NS // Commonly used base class. - "public virtual PortableServer::RefCountServantBase" // INH_RCSB + "public virtual PortableServer::RefCountServantBase", // INH_RCSB + + // Labels for things stored in a SyntaxTree node's Context. + "CIDLC::RepositoryIdGenerator::TypeId", // TYPE_ID + "CIDLC::RepositoryIdGenerator::TypePrefix", // TYPE_PREFIX + "CIDLC::RepositoryIdGenerator::RepoId" // REPO_ID }; // Index into the strings above. @@ -87,6 +92,9 @@ namespace StringLiterals COMP_NAMES, COMP_ECB, GLUE_NS, - INH_RCSB + INH_RCSB, + TYPE_ID, + TYPE_PREFIX, + REPO_ID }; } |