diff options
author | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-29 21:10:39 +0000 |
---|---|---|
committer | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-29 21:10:39 +0000 |
commit | e7b830ab561638ed25822054be80ce12e8801d38 (patch) | |
tree | a5b9aa16924c541fcb424ee9460b1ac7f5a89352 /modules/CIAO/CIDLC/Literals.hpp | |
parent | 9b720f395833b3ce2f499463e5fed37a0da926f4 (diff) | |
download | ATCD-DiffServ-Merge.tar.gz |
branching/taggingDiffServ-Merge
Diffstat (limited to 'modules/CIAO/CIDLC/Literals.hpp')
-rw-r--r-- | modules/CIAO/CIDLC/Literals.hpp | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/modules/CIAO/CIDLC/Literals.hpp b/modules/CIAO/CIDLC/Literals.hpp new file mode 100644 index 00000000000..09e2a8cb7c4 --- /dev/null +++ b/modules/CIAO/CIDLC/Literals.hpp @@ -0,0 +1,58 @@ +// file : CIDLC/Literals.hpp +// author : Jeff Parsons <j.parsons@vanderbilt.edu> +// cvs-id : $Id$ + +#ifndef LITERALS_HPP +#define LITERALS_HPP + +namespace StringLiterals +{ + extern char const* const COPYRIGHT; + + // Index into the string array in Literals.cpp. + enum + { + EXCP_SNGL, + EXCP_START, + EXCP_SYS, + EXCP_BP, + EXCP_IS, + EXCP_AC, + EXCP_IC, + EXCP_NC, + EXCP_ECL, + EXCP_IN, + EXCP_RF, + EXCP_NKA, + EXCP_ICF, + EXCP_CR, + EXCP_BET, + EXCP_CE, + COMP_CK, + COMP_NAMES, + COMP_ECB, + COMP_EC, + COMP_SC, + COMP_CD, + COMP_RD, + COMP_PD, + COMP_ED, + CIDL_NS, + FACET_PREFIX, + TYPE_ID, + TYPE_PREFIX, + REPO_ID, + YCH, + SEP, + VAR_SIZE, + EXTRACT, + EXTRACT_TMP, + ACE_UA, + ACE_TR, + LIT_SIZE + }; + + extern char const* const STRS[LIT_SIZE]; +} + +#endif // LITERALS_HPP |