summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_module
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-16 02:42:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-16 02:42:40 +0000
commit9b9fd5483096cb6c87d06d57c1dfdc8449d73b95 (patch)
tree7276182c7ce858a99f28e4d9279699341d4e2824 /TAO/TAO_IDL/be/be_visitor_module
parentf22ade598c5bd418da840955416096655e018b37 (diff)
downloadATCD-9b9fd5483096cb6c87d06d57c1dfdc8449d73b95.tar.gz
ChangeLogTag: Tue Jan 15 20:24:24 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_module')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module.cpp b/TAO/TAO_IDL/be/be_visitor_module/module.cpp
index fc31f03ac39..d57c95b1ace 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module.cpp
@@ -513,13 +513,17 @@ be_visitor_module::visit_valuetype (be_valuetype *node)
case TAO_CodeGen::TAO_MODULE_CDR_OP_CS:
ctx.state (TAO_CodeGen::TAO_VALUETYPE_CDR_OP_CS);
break;
+ case TAO_CodeGen::TAO_MODULE_ANY_OP_CH:
+ ctx.state (TAO_CodeGen::TAO_VALUETYPE_ANY_OP_CH);
+ break;
+ case TAO_CodeGen::TAO_MODULE_ANY_OP_CS:
+ ctx.state (TAO_CodeGen::TAO_VALUETYPE_ANY_OP_CS);
+ break;
case TAO_CodeGen::TAO_MODULE_SH:
case TAO_CodeGen::TAO_MODULE_IH:
case TAO_CodeGen::TAO_MODULE_SI:
case TAO_CodeGen::TAO_MODULE_SS:
case TAO_CodeGen::TAO_MODULE_IS:
- case TAO_CodeGen::TAO_MODULE_ANY_OP_CH:
- case TAO_CodeGen::TAO_MODULE_ANY_OP_CS:
return 0; // nothing to do, resp. not yet impl.
default:
{