summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_root/root.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-26 00:18:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-26 00:18:30 +0000
commit63857d66e48122a88589c067b2fbff6a72fb5ff6 (patch)
treeca186f043f73f6ca7864636672c1edf1e01b5625 /TAO/TAO_IDL/be/be_visitor_root/root.cpp
parent469ffd5ccd6dec332c1e33690f9be7cfe86e752a (diff)
downloadATCD-63857d66e48122a88589c067b2fbff6a72fb5ff6.tar.gz
Addition of declarations necessary to compile with only a forward
interface declaration in a file.
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root/root.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
index 596fcc09f58..8e6079d7a29 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
@@ -625,6 +625,8 @@ be_visitor_root::visit_interface_fwd (be_interface_fwd *node)
ctx.state (TAO_CodeGen::TAO_INTERFACE_FWD_CDR_OP_CS);
break;
case TAO_CodeGen::TAO_ROOT_CDR_OP_CH:
+ ctx.state (TAO_CodeGen::TAO_INTERFACE_FWD_CDR_OP_CH);
+ break;
case TAO_CodeGen::TAO_ROOT_ANY_OP_CH:
case TAO_CodeGen::TAO_ROOT_ANY_OP_CS:
case TAO_CodeGen::TAO_ROOT_CS: