diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-28 20:42:40 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-28 20:42:40 +0000 |
commit | f0f5d1985fc5fd4a100d993dfb3228b6ac754cf0 (patch) | |
tree | f0527baf96afbba5102fef5030a7406de919d230 /TAO/TAO_IDL/be/be_constant.cpp | |
parent | f5f2717fa7296c6aba1c45b7312c3d821a40a3b4 (diff) | |
download | ATCD-f0f5d1985fc5fd4a100d993dfb3228b6ac754cf0.tar.gz |
ChangeLogTag: Fri Sep 28 15:40:26 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_constant.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_constant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_constant.cpp b/TAO/TAO_IDL/be/be_constant.cpp index 1e0efe50552..23b5a9759d0 100644 --- a/TAO/TAO_IDL/be/be_constant.cpp +++ b/TAO/TAO_IDL/be/be_constant.cpp @@ -83,7 +83,7 @@ be_constant::exprtype_to_string (void) case AST_Expression::EV_wchar: return "CORBA::WChar"; case AST_Expression::EV_wstring: - return "CORBA::WString"; + return "CORBA::WChar *const"; case AST_Expression::EV_longdouble: return NULL; } |